java - How to hide "Preferences" item in Mac application menu -


i have application built atop eclipse rich-client platform. not yet have user preferences.

currently on mac, "preferences" menu item in application menu enabled, nothing.

is there easy way hide or disable it?

in case else runs same problem, chose simple solution root problem -- show preferences dialog.

even in absence of application-layer user preferences, there still preferences panels contributed plug-ins.

with current implementation of org.eclipse.ui.internal.carbon.carbonuienhancer, application-menu "preferences" item requires , executes preferences menu item elsewhere in menus (e.g., actionfactory.preferences).


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -