Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.1, 2.1.1, and 2.1.2

workbench: reorder File menu items

usually, creation actions (new, ...) are the first ones in the
File menu

Changeset 960103388bac

Parent d2fd6b679396

by André Sintzoff

Changes to one file · Browse files at 960103388bac Showing diff from parent d2fd6b679396 Diff from another changeset...

 
188
189
190
191
192
193
194
195
196
197
198
199
200
201
 
 
 
 
 
202
203
204
 
188
189
190
 
 
 
 
 
191
192
193
194
195
196
197
198
199
200
201
202
203
204
@@ -188,17 +188,17 @@
  if toolbar:   getattr(self, '%stbar' % toolbar).addSeparator()   - newaction(_("&Open Repository..."), self.openRepository, - shortcut='Open', menu='file') - newaction(_("&Close Repository"), self.closeRepository, - shortcut='Close', enabled='repoopen', menu='file') - newseparator(menu='file')   newaction(_("&New Repository..."), self.newRepository,   shortcut='New', menu='file', icon='hg-init')   newaction(_("Clone Repository..."), self.cloneRepository,   shortcut=modifiedkeysequence('New', modifier='Shift'),   menu='file', icon='hg-clone')   newseparator(menu='file') + newaction(_("&Open Repository..."), self.openRepository, + shortcut='Open', menu='file') + newaction(_("&Close Repository"), self.closeRepository, + shortcut='Close', enabled='repoopen', menu='file') + newseparator(menu='file')   newaction(_('&Settings...'), self.editSettings, icon='settings_user',   shortcut='Preferences', menu='file')   newseparator(menu='file')