summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@novell.com>2010-11-05 16:14:29 +0100
committerThorsten Behrens <tbehrens@novell.com>2010-11-05 16:16:58 +0100
commit3f03c66d0d480afb21b69694599f8c45361147bf (patch)
tree42ab0fcb40c94f423ca7d675283664eb9cc9be82 /fpicker
parent06beaacf3d80d37d37570314642973b8f7673936 (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')
-rw-r--r--fpicker/source/aqua/SalAquaConstants.h2
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'