diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-06-06 11:00:15 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-06-08 10:44:20 +0300 |
commit | 02d84b903eca7cfafdf250a34edbbabf0c43eeef (patch) | |
tree | b2c8a80963144a17f730884073cd051104fdc936 /sysui | |
parent | d7b3b5c09d2acbdf385cbf3b87002235594e14ad (diff) |
Use MACOSX_APP_NAME
Change-Id: Id46f2f83ca01a786b93ecce4aa41dea41c45e718
Diffstat (limited to 'sysui')
-rwxr-xr-x | sysui/desktop/macosx/Info.plist.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysui/desktop/macosx/Info.plist.in b/sysui/desktop/macosx/Info.plist.in index a7cb96feec25..f6d1dc83e66d 100755 --- a/sysui/desktop/macosx/Info.plist.in +++ b/sysui/desktop/macosx/Info.plist.in @@ -1401,7 +1401,7 @@ <key>CFBundleExecutable</key> <string>soffice</string> <key>CFBundleGetInfoString</key> - <string>@PRODUCTNAME@ @LIBO_VERSION_MAJOR@.@LIBO_VERSION_MINOR@.@LIBO_VERSION_MICRO@.@LIBO_VERSION_PATCH@@LIBO_VERSION_SUFFIX@</string> + <string>@MACOSX_APP_NAME@ @LIBO_VERSION_MAJOR@.@LIBO_VERSION_MINOR@.@LIBO_VERSION_MICRO@.@LIBO_VERSION_PATCH@@LIBO_VERSION_SUFFIX@</string> <key>CFBundleIconFile</key> <string>main.icns</string> <key>CFBundleShortVersionString</key> @@ -1411,7 +1411,7 @@ <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleName</key> - <string>@PRODUCTNAME@</string> + <string>@MACOSX_APP_NAME@</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleSignature</key> |