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

stable icons: move bookmark icon to icons/32x32/actions/hg-bookmarks.png

Changeset 47297d29a427

Parent 7e0367f3d2ca

by Yuya Nishihara

Changes to 4 files · Browse files at 47297d29a427 Showing diff from parent 7e0367f3d2ca Diff from another changeset...

icons/​32x32/​actions/​hg-bookmarks.png Side by side
renamed from tortoisehg/hgqt/icons/bookmark.png
Removed image
Added image
Subtracted image Added image
 
107
108
109
110
 
111
112
113
 
107
108
109
 
110
111
112
113
@@ -107,7 +107,7 @@
  self.setLayout(base)   self.layout().setSizeConstraint(QLayout.SetFixedSize)   self.setWindowTitle(_('Bookmark - %s') % self.repo.displayname) - self.setWindowIcon(qtlib.geticon('bookmark')) + self.setWindowIcon(qtlib.geticon('hg-bookmarks'))     self.cmd = cmdui.Widget(True, self)   self.cmd.output.connect(self.output)
 
266
267
268
 
269
270
271
 
266
267
268
269
270
271
272
@@ -266,6 +266,7 @@
  (QSize(), 'scalable/status', '.svg'),   (QSize(16, 16), '16x16/apps', '.png'),   (QSize(22, 22), '22x22/actions', '.png'), + (QSize(32, 32), '32x32/actions', '.png'),   (QSize(24, 24), '24x24/actions', '.png')]    def _findscalableicon(name):
 
884
885
886
887
 
888
889
890
 
884
885
886
 
887
888
889
890
@@ -884,7 +884,7 @@
  (0, None, fixed, _('Merge with...'), 'hg-merge', self.mergeWithRevision),   (0, None, None, None, None, None),   (0, None, fixed, _('Tag...'), 'hg-tag', self.tagToRevision), - (0, None, fixed, _('Bookmark...'), 'bookmark', self.bookmarkRevision), + (0, None, fixed, _('Bookmark...'), 'hg-bookmarks', self.bookmarkRevision),   (0, None, None, None, None, None),   (0, None, fixed, _('Backout...'), 'hg-revert', self.backoutToRevision),   (0, None, None, None, None, None),