since I can't seem to find a way to preserve that damn space, I'm moving the name in the java source code which does the same thing

git-svn-id: http://google-refine.googlecode.com/svn/trunk@1458 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
Stefano Mazzocchi 2010-10-08 23:39:45 +00:00
parent f4ddec2da9
commit 2ba485104f
2 changed files with 4 additions and 3 deletions

2
refine
View File

@ -601,7 +601,7 @@ run() {
fi
if [ "$OS" = "macosx" ] ; then
add_option "-Xdock:name=GoogleRefine -Xdock:icon=graphics/icon/google-refine.icns"
add_option '-Xdock:icon=graphics/icon/google-refine.icns'
fi
if [ "$REFINE_DATA_DIR" ] ; then

View File

@ -54,10 +54,11 @@ public class Refine {
System.setProperty("VERBOSE","false");
System.setProperty("org.mortbay.log.class","org.mortbay.log.Slf4jLog");
// tell macosx to keep the menu associated with the screen
// tell macosx to keep the menu associated with the screen and what the app title is
System.setProperty("apple.laf.useScreenMenuBar", "true");
System.setProperty("com.apple.eawt.CocoaComponent.CompatibilityMode", "false");
System.setProperty("com.apple.mrj.application.apple.menu.about.name", "Google Refine");
// tell the signpost library to log
//System.setProperty("debug","true");