~bzr-explorer-dev/bzr-explorer/trunk.old

« back to all changes in this revision

Viewing changes to lib/ui_explorer.py

  • Committer: Ian Clatworthy
  • Date: 2009-11-25 03:30:09 UTC
  • Revision ID: ian.clatworthy@canonical.com-20091125033009-h4vbqr6451zbaxip
Add Advanced action to toolbars

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
# Form implementation generated from reading ui file 'ui/explorer.ui'
4
4
#
5
 
# Created: Tue Sep 15 15:21:45 2009
6
 
#      by: PyQt4 UI code generator 4.4.4
 
5
# Created: Wed Nov 25 13:05:18 2009
 
6
#      by: PyQt4 UI code generator 4.6
7
7
#
8
8
# WARNING! All changes made in this file will be lost!
9
9
 
489
489
        self.toolBar.addAction(self.action_Collaborate)
490
490
        self.toolBar.addAction(self.action_Explore)
491
491
        self.toolBar.addAction(self.action_Work)
 
492
        self.toolBar.addAction(self.action_Advanced_Commands)
492
493
        self.toolBar.addSeparator()
493
494
        self.toolBar.addAction(self.action_Refresh)
494
495
 
640
641
        self.action_Tag.setText(gettext("&Tag..."))
641
642
        self.action_Tag.setStatusTip(gettext("Create, delete or move a tag"))
642
643
        self.action_Advanced_Commands.setText(gettext("Ad&vanced Commands..."))
 
644
        self.action_Advanced_Commands.setIconText(gettext("Advanced"))
643
645
        self.action_Advanced_Commands.setStatusTip(gettext("Run advanced commands for administration, etc."))
644
646
        self.action_System_Log.setText(gettext("S&ystem Log"))
645
647
        self.action_Select_All.setText(gettext("&Select All"))