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

stable reporegistry: use getmenuicon() instead of geticon() when appropriate

Changeset bc41ab44a0a7

Parent b6c26a7d0418

by André Sintzoff

Changes to one file · Browse files at bc41ab44a0a7 Showing diff from parent b6c26a7d0418 Diff from another changeset...

 
122
123
124
125
 
126
127
128
 
122
123
124
 
125
126
127
128
@@ -122,7 +122,7 @@
  for name, desc, icon, tip, key, cb in self._action_defs():   act = self._actions[name]   if icon: - act.setIcon(qtlib.geticon(icon)) + act.setIcon(qtlib.getmenuicon(icon))   if tip:   act.setStatusTip(tip)   if key: