Skip to content
Snippets Groups Projects
Commit 972463fa authored by marco's avatar marco
Browse files

make sure the application name of DNG is DNG, not gosty

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2668 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent 518630c2
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,10 @@ INFO_PLIST="""<?xml version="1.0" encoding="UTF-8"?> ...@@ -7,6 +7,10 @@ INFO_PLIST="""<?xml version="1.0" encoding="UTF-8"?>
<string>English</string> <string>English</string>
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>dng</string> <string>dng</string>
<key>CFBundleName</key>
<string>DNG</string>
<key>CFBundleDisplayName</key>
<string>DNG</string>
<key>CFBundleHelpBookFolder</key> <key>CFBundleHelpBookFolder</key>
<string>OpenStructure Manual</string> <string>OpenStructure Manual</string>
<key>CFBundleHelpBookName</key> <key>CFBundleHelpBookName</key>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment