[gedit] [osx] Use Gedit instead of gedit



commit 75f172a33e41d56ec2980c9c94b90ded51c2f1bb
Author: Jesse van den Kieboom <jessevdk gmail com>
Date:   Wed Aug 27 12:55:49 2014 +0200

    [osx] Use Gedit instead of gedit

 osx/bundle/data/Info.plist.in |   12 +++++++-----
 osx/bundle/data/gedit.bundle  |    2 +-
 2 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/osx/bundle/data/Info.plist.in b/osx/bundle/data/Info.plist.in
index 34e6e65..5bdcc6c 100644
--- a/osx/bundle/data/Info.plist.in
+++ b/osx/bundle/data/Info.plist.in
@@ -5,13 +5,13 @@
        <key>CFBundleDevelopmentRegion</key>
        <string>English</string>
        <key>CFBundleExecutable</key>
-       <string>gedit</string>
+       <string>Gedit</string>
        <key>CFBundleGetInfoString</key>
-       <string>@VERSION@ Copyright 2009, gedit</string>
+       <string>@VERSION@ Copyright 2009, Gedit</string>
        <key>CFBundleIconFile</key>
        <string>gedit.icns</string>
        <key>CFBundleIdentifier</key>
-       <string>org.gnome.gedit</string>
+       <string>org.gnome.Gedit</string>
        <key>CFBundleInfoDictionaryVersion</key>
        <string>6.0</string>
        <key>CFBundlePackageType</key>
@@ -23,11 +23,13 @@
        <key>CFBundleVersion</key>
        <string>@VERSION@</string>
        <key>NSHumanReadableCopyright</key>
-       <string>Copyright 2009 gedit, GNU General Public License.</string>
+       <string>Copyright 2009 Gedit, GNU General Public License.</string>
        <key>LSMinimumSystemVersion</key>
        <string>10.7</string>
        <key>CFBundleName</key>
-       <string>gedit</string>
+       <string>Gedit</string>
+       <key>CFBundleDisplayName</key>
+       <string>Gedit</string>
        <key>CFBundleDocumentTypes</key>
        <array>
                <dict>
diff --git a/osx/bundle/data/gedit.bundle b/osx/bundle/data/gedit.bundle
index 03d1976..949995d 100644
--- a/osx/bundle/data/gedit.bundle
+++ b/osx/bundle/data/gedit.bundle
@@ -27,7 +27,7 @@
          not needed. If the source path is left out, the default
          script will be used.
     -->
-    <launcher-script>${project}/gedit</launcher-script>
+    <launcher-script>${project}/Gedit</launcher-script>
     <run-install-name-tool/>
   </meta>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]