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:
parent
f4ddec2da9
commit
2ba485104f
2
refine
2
refine
@ -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
|
||||
|
@ -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");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user