Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.4rc4, 0.4, and 0.4.1

cmenu: add new icons to setting menus

Changeset c4dbad3229dc

Parent 11c2f8ccca11

by TK Soh

Changes to one file · Browse files at c4dbad3229dc Showing diff from parent 11c2f8ccca11 Diff from another changeset...

 
386
387
388
389
 
390
391
392
393
 
394
395
396
 
386
387
388
 
389
390
391
392
 
393
394
395
396
@@ -386,11 +386,11 @@
  optmenu = TortoiseSubmenu(_("Settings"),icon="menusettings.ico")   optmenu.add_menu(_("Global"),   _("Configure user wide settings"), - self._config_user) + self._config_user, icon="settings_user.ico")   if repo:   optmenu.add_menu(_("Repository"),   _("Configure settings local to this repository"), - self._config_repo) + self._config_repo, icon="settings_repo.ico")   result.append(optmenu)     return result