~ubuntu-branches/debian/jessie/phatch/jessie

« back to all changes in this revision

Viewing changes to phatch/pyWx/wxGlade/frame.py

  • Committer: Bazaar Package Importer
  • Author(s): Stani M
  • Date: 2009-10-11 19:07:45 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20091011190745-jofr6ykc17mentlf
Tags: 0.2.3-1
Upstream bugfix release (Closes LP: #448845, #446725, #445943)

Show diffs side-by-side

added added

removed removed

Lines of Context:
129
129
        self.menu_help.AppendItem(self.menu_help_translate)
130
130
        self.menu_help_bug = wx.MenuItem(self.menu_help, wx.ID_NO, _("&Report a Bug...\tCtrl-B"), _("Report a bug on launchpad."), wx.ITEM_NORMAL)
131
131
        self.menu_help.AppendItem(self.menu_help_bug)
132
 
        self.menu_help_plugin = wx.MenuItem(self.menu_help, wx.ID_INDEX, _("De&velopper Documentation...\tCtrl-P"), _("Learn to develop Phatch with Python and PIL."), wx.ITEM_NORMAL)
 
132
        self.menu_help_plugin = wx.MenuItem(self.menu_help, wx.ID_INDEX, _("De&veloper Documentation...\tCtrl-P"), _("Learn to develop Phatch with Python and PIL."), wx.ITEM_NORMAL)
133
133
        self.menu_help.AppendItem(self.menu_help_plugin)
134
134
        self.menu_help.AppendSeparator()
135
135
        self.menu_help_about = wx.MenuItem(self.menu_help, wx.ID_ABOUT, _("&About Phatch...\tCtrl-Shift-A"), _("Displays information about this application."), wx.ITEM_NORMAL)