diff options
Diffstat (limited to 'osx')
-rwxr-xr-x | osx/Info.plist.in | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/osx/Info.plist.in b/osx/Info.plist.in index f8e4c905..a4449001 100755 --- a/osx/Info.plist.in +++ b/osx/Info.plist.in @@ -5,13 +5,13 @@ <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleExecutable</key> - <string>gedit</string> + <string>pluma</string> <key>CFBundleGetInfoString</key> - <string>@VERSION@ Copyright 2009, gedit</string> + <string>@VERSION@ Copyright 2009, pluma</string> <key>CFBundleIconFile</key> - <string>gedit.icns</string> + <string>pluma.icns</string> <key>CFBundleIdentifier</key> - <string>org.mate.gedit</string> + <string>org.mate.pluma</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundlePackageType</key> @@ -23,7 +23,7 @@ <key>CFBundleVersion</key> <string>@VERSION@</string> <key>NSHumanReadableCopyright</key> - <string>Copyright 2009 gedit, GNU General Public License.</string> + <string>Copyright 2009 pluma, GNU General Public License.</string> <key>LSMinimumSystemVersion</key> <string>10.4</string> <key>CFBundleDocumentTypes</key> @@ -180,7 +180,7 @@ <string>yaml</string> </array> <key>CFBundleTypeIconFile</key> - <string>geditdoc</string> + <string>plumadoc</string> <key>CFBundleTypeMIMETypes</key> <array> <string>application/base64</string> @@ -247,7 +247,7 @@ <string>x-world/x-vrml</string> </array> <key>CFBundleTypeName</key> - <string>Gedit Document</string> + <string>Pluma Document</string> <key>CFBundleTypeOSTypes</key> <array> <string>****</string> |