dabo Commit
Revision 3234
Date: 2007-07-10 16:26:14 -0700 (Tue, 10 Jul 2007)
Author: Paul
Trac: http://svn.dabodev.com/trac/dabo/changeset/3234
Changed:
U branches/stable/dabo/ui/uiwx/dBaseMenuBar.py
U trunk/dabo/ui/uiwx/dBaseMenuBar.py
Log:
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.
Diff:
Modified: branches/stable/dabo/ui/uiwx/dBaseMenuBar.py
===================================================================
--- branches/stable/dabo/ui/uiwx/dBaseMenuBar.py 2007-07-10 01:04:35 UTC
(rev 3233)
+++ branches/stable/dabo/ui/uiwx/dBaseMenuBar.py 2007-07-10 23:26:14 UTC
(rev 3234)
@@ -97,7 +97,7 @@
self.appendSeparator()
- itm = self.append(_("&Preferences"),
OnHit=app.onEditPreferences,
+ itm = self.append(_("Pr&eferences"),
OnHit=app.onEditPreferences,
bmp="%s/categories/preferences-system.png" %
iconPath,
help=_("Set user preferences") )
Modified: trunk/dabo/ui/uiwx/dBaseMenuBar.py
===================================================================
--- trunk/dabo/ui/uiwx/dBaseMenuBar.py 2007-07-10 01:04:35 UTC (rev 3233)
+++ trunk/dabo/ui/uiwx/dBaseMenuBar.py 2007-07-10 23:26:14 UTC (rev 3234)
@@ -97,7 +97,7 @@
self.appendSeparator()
- itm = self.append(_("&Preferences"),
OnHit=app.onEditPreferences,
+ itm = self.append(_("Pr&eferences"),
OnHit=app.onEditPreferences,
bmp="%s/categories/preferences-system.png" %
iconPath,
help=_("Set user preferences") )
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/dabo-dev/[EMAIL PROTECTED]