[QGIS Commit] r9224 - trunk/qgis/src/mac/Contents
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Sun Aug 31 03:45:27 EDT 2008
Author: telwertowski
Date: 2008-08-31 03:45:27 -0400 (Sun, 31 Aug 2008)
New Revision: 9224
Modified:
trunk/qgis/src/mac/Contents/Info.plist.in
Log:
Add BundleName property to Mac Info.plist. This string will be displayed in the menubar as the app name instead of the binary filename (which is lowercase).
Modified: trunk/qgis/src/mac/Contents/Info.plist.in
===================================================================
--- trunk/qgis/src/mac/Contents/Info.plist.in 2008-08-31 07:39:36 UTC (rev 9223)
+++ trunk/qgis/src/mac/Contents/Info.plist.in 2008-08-31 07:45:27 UTC (rev 9224)
@@ -2,6 +2,8 @@
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
+ <key>CFBundleName</key>
+ <string>QGIS</string>
<key>CFBundleIdentifier</key>
<string>org.qgis.qgis</string>
<key>CFBundleExecutable</key>
More information about the QGIS-commit
mailing list