Have Mac GeoServer launcher use menu bar
----------------------------------------
Key: GEOS-2996
URL: http://jira.codehaus.org/browse/GEOS-2996
Project: GeoServer
Issue Type: Wish
Components: Mac OS X Installer
Affects Versions: 1.7.4
Environment: Mac OS X
Reporter: Jay Lieske
Assignee: Andrea Aime
Priority: Trivial
The GeoServer.app for Mac OS X is a convenient way to launch GeoServer. Esthetically it could be improved by using the Mac menu bar instead of the Swing in-window menu bar.
The change is trivial:
https://svn.codehaus.org/geoserver/trunk/src/release/installer/mac/GeoServer.app/Contents/Info.plist
Change the text
<key>apple.laf.useScreenMenuBar</key>
<string>false</string>
to
<key>apple.laf.useScreenMenuBar</key>
<string>true</string>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira