Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9, 0.9.1, and 0.9.1.1

gdialog: don't right-justify the help menu

For Windows, menus in menubars should not be right-justified.

Changeset 1926e9749f4d

Parent 95c42e4cb54d

by Adrian Buehlmann

Changes to one file · Browse files at 1926e9749f4d Showing diff from parent 95c42e4cb54d Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​gdialog.py Stacked
 
432
433
434
435
 
436
437
438
 
432
433
434
 
435
436
437
438
@@ -432,7 +432,7 @@
  (_('Shelve'), self.launch, ['shelve'], 'shelve.ico'),   (_('Settings'), self.launch, ['repoconfig'], 'settings_repo.ico')])   ] + menus + [ - (_('Help'), False, True, + (_('Help'), False, False,   [(_('Contents'), self.helpcontents, [], gtk.STOCK_INFO),   (_('About'), self.launch, ['about'], gtk.STOCK_ABOUT)])   ]