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

stable repowidget: remove icon on "Modify history" menu

http://msdn.microsoft.com/en-us/library/aa511502.aspx says

"
Consider providing menu item icons for:

- The most commonly used menu items.
- Menu items whose icon is standard and well known.
- Menu items whose icon well illustrates what the command does.

If you use icons, don't feel obligated to provide them for all menu items.
Cryptic icons aren't helpful, create visual clutter, and prevent users from
focusing on the important menu items.
"

The warning icon actually draws attention and it doesn't tell anything
about what the commands in that menu do.

Changeset 030773087496

Parent 0d13217ba28e

by Adrian Buehlmann

Changes to one file · Browse files at 030773087496 Showing diff from parent 0d13217ba28e Diff from another changeset...

 
949
950
951
952
 
953
954
955
 
949
950
951
 
952
953
954
955
@@ -949,7 +949,7 @@
  self.transplantRevision)     if 'mq' in exs or 'rebase' in exs: - submenu = menu.addMenu(qtlib.geticon('dialog-warning'), _('Modify history')) + submenu = menu.addMenu(_('Modify history'))   entry(submenu, 'mq', qgoto, _('QGoto'), 'hg-qgoto',   self.qgotoRevision)   entry(submenu, 'mq', fixed, _('Import to MQ'), 'qimport',