Changeset 3234

Show
Ignore:
Timestamp:
07/10/2007 04:26:14 PM (1 year ago)
Author:
paul
Message:

The "Preferences" menu item in dBaseMenuBar's Edit menu used a hotkey of "P",
which conflicted with Paste. Checked around and other apps use the "e" for
the hotkey instead. Fixed in trunk and stable.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/stable/dabo/ui/uiwx/dBaseMenuBar.py

    r3054 r3234  
    9898        self.appendSeparator() 
    9999 
    100         itm = self.append(_("&Preferences"), OnHit=app.onEditPreferences,  
     100        itm = self.append(_("Pr&eferences"), OnHit=app.onEditPreferences,  
    101101                bmp="%s/categories/preferences-system.png" % iconPath, 
    102102                help=_("Set user preferences") ) 
  • trunk/dabo/ui/uiwx/dBaseMenuBar.py

    r3134 r3234  
    9898        self.appendSeparator() 
    9999 
    100         itm = self.append(_("&Preferences"), OnHit=app.onEditPreferences,  
     100        itm = self.append(_("Pr&eferences"), OnHit=app.onEditPreferences,  
    101101                bmp="%s/categories/preferences-system.png" % iconPath, 
    102102                help=_("Set user preferences") )