summaryrefslogtreecommitdiffstats
path: root/Info.plist.in
diff options
context:
space:
mode:
authormjwybrow <mjwybrow@users.sourceforge.net>2008-03-11 06:02:23 +0000
committermjwybrow <mjwybrow@users.sourceforge.net>2008-03-11 06:02:23 +0000
commit5a9a61b260568c8672f72497c12f6b1cfcc03d51 (patch)
treeb2d27e890b6a896b3d8977b56ec99b4f0a374b68 /Info.plist.in
parentFixing to work with current wiki format (diff)
downloadinkscape-5a9a61b260568c8672f72497c12f6b1cfcc03d51.tar.gz
inkscape-5a9a61b260568c8672f72497c12f6b1cfcc03d51.zip
* packaging/macosx/ScriptExec/main.c: Update ScriptExec with upstream fixes
and changes. X11.app now gets focus if the Inkscape icon is clicked while Inkscape is already open (previously nothing happened). * packaging/macosx/Resources/openDoc: If Inkscape.app is already open and a file is dropped on the Inkscape dock icon, or an Inkscape file is double-clicked in the Finder, that document will now be correctly opened in a new Inkscape window (previously nothing happened). * packaging/macosx/Resources/script: Some minor fixes, plus alert the user about the font cache building time only if ~/.fontconfig/ doesn't exist. * packaging/macosx/Resources/bin/inkscape: Only override the fontconfig configuration on OSX 10.4 or earlier, since the fc-cache behaviour has been corrected on 10.5. * Info.plist.in: Update the copyright dates, and change Inkscape to be an Editor for SVG files, rather than a Viewer as it was previously. (bzr r5050)
Diffstat (limited to 'Info.plist.in')
-rw-r--r--Info.plist.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Info.plist.in b/Info.plist.in
index fa4e8007a..a93e6e216 100644
--- a/Info.plist.in
+++ b/Info.plist.in
@@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>Inkscape</string>
<key>CFBundleGetInfoString</key>
- <string>@VERSION@, Copyright 2003-2007 Inkscape Developers</string>
+ <string>@VERSION@, Copyright 2003-2008 Inkscape Developers</string>
<key>CFBundleIconFile</key>
<string>Inkscape.icns</string>
<key>CFBundleIdentifier</key>
@@ -32,7 +32,7 @@
<string>SVG </string>
</array>
<key>CFBundleTypeRole</key>
- <string>Viewer</string>
+ <string>Editor</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
@@ -186,7 +186,7 @@
<key>CFBundleVersion</key>
<string>@VERSION@</string>
<key>NSHumanReadableCopyright</key>
- <string>Copyright 2007 Inkscape Developers, GNU General Public License.</string>
+ <string>Copyright 2008 Inkscape Developers, GNU General Public License.</string>
<key>LSMinimumSystemVersion</key>
<string>10.3</string>
</dict>