commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/forms/src/uidrivers/wx MenuBar.py


From: Jason Cater
Subject: gnue/forms/src/uidrivers/wx MenuBar.py
Date: Mon, 03 Mar 2003 17:23:13 -0500

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    03/03/03 17:23:13

Modified files:
        forms/src/uidrivers/wx: MenuBar.py 

Log message:
        oops

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/forms/src/uidrivers/wx/MenuBar.py.diff?tr1=1.4&tr2=1.5&r1=text&r2=text

Patches:
Index: gnue/forms/src/uidrivers/wx/MenuBar.py
diff -c gnue/forms/src/uidrivers/wx/MenuBar.py:1.4 
gnue/forms/src/uidrivers/wx/MenuBar.py:1.5
*** gnue/forms/src/uidrivers/wx/MenuBar.py:1.4  Mon Mar  3 17:22:51 2003
--- gnue/forms/src/uidrivers/wx/MenuBar.py      Mon Mar  3 17:23:13 2003
***************
*** 56,65 ****
      hotkey = userAction.getHotKeyText()
      iconloc = userAction.getIconLocation(size="16x16")
  
!     if hotkey == 'Enter': 
        label += '\t%s' % hotkey
- 
-     print "--> '%s'" % label
  
      id = wxNewId()
      item = wxMenuItem(parent, id, label, userAction.description or '')
--- 56,63 ----
      hotkey = userAction.getHotKeyText()
      iconloc = userAction.getIconLocation(size="16x16")
  
!     if hotkey:
        label += '\t%s' % hotkey
  
      id = wxNewId()
      item = wxMenuItem(parent, id, label, userAction.description or '')




reply via email to

[Prev in Thread] Current Thread [Next in Thread]