summaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorSocapex <philippe_groarke@yahoo.ca>2012-12-25 15:23:30 -0500
committerSocapex <philippe_groarke@yahoo.ca>2012-12-25 15:25:15 -0500
commit66224369d28740220a99057f2c81d8f195bc08fa (patch)
tree7c2f3cdc28c7981b320f7ad2e9a8bf81d882c31b /src/main.h
parentd4a14c08b554f80c1e8205660a9b66fc5cff4393 (diff)
downloadplus-66224369d28740220a99057f2c81d8f195bc08fa.tar.gz
plus-66224369d28740220a99057f2c81d8f195bc08fa.tar.bz2
plus-66224369d28740220a99057f2c81d8f195bc08fa.tar.xz
plus-66224369d28740220a99057f2c81d8f195bc08fa.zip
Xcode updates version and minor fixes.
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h
index e7641235f..d80f7a409 100644
--- a/src/main.h
+++ b/src/main.h
@@ -57,7 +57,7 @@
#endif
#if defined __APPLE__
-#define PACKAGE_OS "Mac OSX"
+#define PACKAGE_OS "Mac OS X"
#elif defined(__ANDROID__) || defined(ANDROID)
#define PACKAGE_OS "Android"
#elif defined __FreeBSD__ || defined __DragonFly__