diff options
author | Socapex <philippe_groarke@yahoo.ca> | 2012-12-16 22:02:21 -0500 |
---|---|---|
committer | Socapex <philippe_groarke@yahoo.ca> | 2012-12-22 23:30:21 -0500 |
commit | 67cdbca7c88d0ad74bcf8d56d36ba65dc2e70daf (patch) | |
tree | 27e8a26bdaf653353c25840871a11573ddb356f4 /src/main.h | |
parent | 0d04ed6b3bdf009f852d4f3ac4407472b44e247c (diff) | |
download | plus-67cdbca7c88d0ad74bcf8d56d36ba65dc2e70daf.tar.gz plus-67cdbca7c88d0ad74bcf8d56d36ba65dc2e70daf.tar.bz2 plus-67cdbca7c88d0ad74bcf8d56d36ba65dc2e70daf.tar.xz plus-67cdbca7c88d0ad74bcf8d56d36ba65dc2e70daf.zip |
Added release and locale folders for OSX release. Updated xcode project to 1.2.12.9
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h index 886f54f12..e7641235f 100644 --- a/src/main.h +++ b/src/main.h @@ -57,7 +57,7 @@ #endif #if defined __APPLE__ -#define PACKAGE_OS "Apple" +#define PACKAGE_OS "Mac OSX" #elif defined(__ANDROID__) || defined(ANDROID) #define PACKAGE_OS "Android" #elif defined __FreeBSD__ || defined __DragonFly__ |