File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 <string >???? </string >
3434 <key >CFBundleVersion </key >
3535 <string >$(CURRENT_PROJECT_VERSION) </string >
36+ <key >LSApplicationCategoryType </key >
37+ <string >public.app-category.utilities </string >
3638 <key >NSHumanReadableCopyright </key >
3739 <string >Copyright 2019 Ravbug </string >
3840 <key >NSPrincipalClass </key >
Original file line number Diff line number Diff line change 1212#include < filesystem>
1313#pragma mark Shared functions
1414static inline const std::string AppName = " FatFileFinder" ;
15- static inline const std::string AppVersion = " 2.0-alpha " ;
15+ static inline const std::string AppVersion = " 2.0" ;
1616#define PROGEVT 2001
1717#define RELOADEVT 2002
1818#define LOGEVT 2003
Original file line number Diff line number Diff line change 1010#include < wx/generic/aboutdlgg.h>
1111#include < wx/aboutdlg.h>
1212#include < wx/gdicmn.h>
13+ using namespace std ;
1314using namespace std ::filesystem;
1415
1516// include the icon file on linux
Original file line number Diff line number Diff line change 1616#include < wx/treebase.h>
1717#include < wx/clipbrd.h>
1818
19- using namespace std ;
20-
2119/* *
2220 Defines the main window and all of its behaviors and members.
2321 */
You can’t perform that action at this time.
0 commit comments