diff options
author | Perberos <[email protected]> | 2011-11-07 19:52:18 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-11-07 19:52:18 -0300 |
commit | 5ded9cba8563f336939400303d6a841d5089b107 (patch) | |
tree | c5676588cff26ba37e12369fe4de24b54e9f6682 /osx/Info.plist.in | |
parent | f00b3a11a199f9f85a4d46a600f9d14179b37dbf (diff) | |
download | pluma-5ded9cba8563f336939400303d6a841d5089b107.tar.bz2 pluma-5ded9cba8563f336939400303d6a841d5089b107.tar.xz |
renaming from gedit to pluma
Diffstat (limited to 'osx/Info.plist.in')
-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> |