/[papo]/gnue/designer/src/MRUManager.py
ViewVC logotype

Diff of /gnue/designer/src/MRUManager.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by charlie, Tue Aug 27 18:15:52 2002 UTC revision 1.4 by styxman, Fri Nov 8 16:46:03 2002 UTC
# Line 108  class MRUManager: Line 108  class MRUManager:
108      for location in self.menulist:      for location in self.menulist:
109        tid = wx.wxNewId()        tid = wx.wxNewId()
110        menu.Append ( tid, '&%s %s' % (i+1, location),        menu.Append ( tid, '&%s %s' % (i+1, location),
111                      'Open "%s" in a new window' % self._locations[i] )                      _('Open "%s" in a new window') % self._locations[i] )
112    
113        wx.EVT_MENU(menu.__instance, tid, self._app.OnOpenRecent)        wx.EVT_MENU(menu.__instance, tid, self._app.OnOpenRecent)
114        self.mruMenuMap[tid] = self._locations[i]        self.mruMenuMap[tid] = self._locations[i]

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26