mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
MacOS-X compatibility updates.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@26598 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
af1b3c2607
commit
ec0b3ab41a
42 changed files with 827 additions and 13 deletions
|
@ -197,7 +197,7 @@ NSString *NSLanguageName = @"NSLanguageName";
|
|||
NSString *NSFormalName = @"NSFormalName";
|
||||
|
||||
/* For GNUstep */
|
||||
NSString *NSLocale = @"NSLocale";
|
||||
NSString *GSLocale = @"GSLocale";
|
||||
|
||||
|
||||
/*
|
||||
|
@ -278,7 +278,7 @@ GSPrivateBuildStrings()
|
|||
GS_REPLACE_CONSTANT_STRING(NSLanguageName);
|
||||
GS_REPLACE_CONSTANT_STRING(NSLaterTimeDesignations);
|
||||
GS_REPLACE_CONSTANT_STRING(NSLoadedClasses);
|
||||
GS_REPLACE_CONSTANT_STRING(NSLocale);
|
||||
GS_REPLACE_CONSTANT_STRING(GSLocale);
|
||||
GS_REPLACE_CONSTANT_STRING(NSLocalNotificationCenterType);
|
||||
GS_REPLACE_CONSTANT_STRING(NSMonthNameArray);
|
||||
GS_REPLACE_CONSTANT_STRING(NSNegativeCurrencyFormatString);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue