Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0, 2.0.1, and 2.0.2

stable workbench: remove icon on exit action

Changeset 4d1e8c56b1ae

Parent 87815de39183

by Adrian Buehlmann

Changes to one file · Browse files at 4d1e8c56b1ae Showing diff from parent 87815de39183 Diff from another changeset...

 
185
186
187
188
189
 
190
191
192
 
185
186
187
 
 
188
189
190
191
@@ -185,8 +185,7 @@
  newaction(_('&Settings...'), self.editSettings, icon='settings_user',   shortcut='Preferences', menu='file')   newseparator(menu='file') - newaction(_("E&xit"), self.close, icon='application-exit', - shortcut='Quit', menu='file') + newaction(_("E&xit"), self.close, shortcut='Quit', menu='file')     a = self.reporegistry.toggleViewAction()   a.setText(_('Show Repository Registry'))