mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-04-22 21:00:44 +00:00
* DBModeler/Resources/MainMenu-GNUstep.gsmarkup: Use openPrefs: action
for preferences menu item. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@26517 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6d66f9739c
commit
1b2a288fdc
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-05-12 Matt Ride <ratmice@gmail.com>
|
||||
|
||||
* DBModeler/Resources/MainMenu-GNUstep.gsmarkup: Use openPrefs: action
|
||||
for preferences menu item.
|
||||
|
||||
2008-05-12 Blake Nicholson <blaken@umich.edu>
|
||||
|
||||
* Modeler.m: Use NULL instead of nil for an empty NSMenuItem action.
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
action="orderFrontStandardAboutPanel:" />
|
||||
<menuItem title="Info Panel..."
|
||||
action="orderFrontStandardInfoPanel:"/>
|
||||
<menuItem title="Preferences..." action="runPreferencesPanel:"/>
|
||||
<menuItem title="Preferences..." action="openPrefs:"/>
|
||||
<menuItem title="Help..." action="orderFrontHelpPanel:"/>
|
||||
</menu>
|
||||
|
||||
|
|
Loading…
Reference in a new issue