Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

workbench: move refresh action to edit toolbar

Changeset e6975dab4465

Parent 405df5f01f97

by Adrian Buehlmann

Changes to 2 files · Browse files at e6975dab4465 Showing diff from parent 405df5f01f97 Diff from another changeset...

 
87
88
89
90
91
92
93
 
102
103
104
 
105
106
107
 
87
88
89
 
90
91
92
 
101
102
103
104
105
106
107
@@ -87,7 +87,6 @@
  <attribute name="toolBarBreak">   <bool>false</bool>   </attribute> - <addaction name="actionRefresh"/>   </widget>   <widget class="QToolBar" name="toolBar_edit">   <property name="enabled"> @@ -102,6 +101,7 @@
  <attribute name="toolBarBreak">   <bool>false</bool>   </attribute> + <addaction name="actionRefresh"/>   <addaction name="actionBack"/>   <addaction name="actionForward"/>   </widget>
 
2
3
4
5
 
6
7
8
 
91
92
93
94
 
95
96
97
 
2
3
4
 
5
6
7
8
 
91
92
93
 
94
95
96
97
@@ -2,7 +2,7 @@
   # Form implementation generated from reading ui file 'C:\Users\adi\hgrepos\thg-qt\tortoisehg\hgqt\workbench.ui'  # -# Created: Sat May 15 02:22:38 2010 +# Created: Sat May 15 19:46:04 2010  # by: PyQt4 UI code generator 4.7.3  #  # WARNING! All changes made in this file will be lost! @@ -91,7 +91,7 @@
  self.menuHelp.addAction(self.actionHelp)   self.menubar.addAction(self.menuFile.menuAction())   self.menubar.addAction(self.menuHelp.menuAction()) - self.toolBar_file.addAction(self.actionRefresh) + self.toolBar_edit.addAction(self.actionRefresh)   self.toolBar_edit.addAction(self.actionBack)   self.toolBar_edit.addAction(self.actionForward)   self.toolBar_help.addAction(self.actionHelp)