Skip to content

Commit c17f212

Browse files
committed
Cleanup
globals.h ~ bump to 2.0 (release candidate) interface_derived.cpp + using namespace std interface_derived.h - using namespace std
1 parent 405902c commit c17f212

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

source/Info_cocoa.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
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>

source/globals.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#include <filesystem>
1313
#pragma mark Shared functions
1414
static 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

source/interface_derived.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include <wx/generic/aboutdlgg.h>
1111
#include <wx/aboutdlg.h>
1212
#include <wx/gdicmn.h>
13+
using namespace std;
1314
using namespace std::filesystem;
1415

1516
//include the icon file on linux

source/interface_derived.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
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
*/

0 commit comments

Comments
 (0)