diff options
author | Thorsten Behrens <tbehrens@novell.com> | 2010-11-05 16:14:29 +0100 |
---|---|---|
committer | Thorsten Behrens <tbehrens@novell.com> | 2010-11-05 16:16:58 +0100 |
commit | 3f03c66d0d480afb21b69694599f8c45361147bf (patch) | |
tree | 42ab0fcb40c94f423ca7d675283664eb9cc9be82 /fpicker/source | |
parent | 06beaacf3d80d37d37570314642973b8f7673936 (diff) |
Have Info.plist use LibO instead of OOo2 as creator
This fixed fdo#30569. There were several places where mac-specific
platform files had 'OOo2' hardcoded. Changed this to LibO.
Diffstat (limited to 'fpicker/source')
-rw-r--r-- | fpicker/source/aqua/SalAquaConstants.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/aqua/SalAquaConstants.h b/fpicker/source/aqua/SalAquaConstants.h index 7610e13363e5..7a1ecd353abe 100644 --- a/fpicker/source/aqua/SalAquaConstants.h +++ b/fpicker/source/aqua/SalAquaConstants.h @@ -29,7 +29,7 @@ #ifndef _SALAQUACONSTANTS_H_ #define _SALAQUACONSTANTS_H_ -#define kAppFourCharCode 'OOo2' +#define kAppFourCharCode 'LibO' #define kControlPropertyTracking 'Trck' #define kControlPropertyLastPartCode 'LsPc' #define kControlPropertySubType 'SuTy' |