# HG changeset patch
# User Adrian Buehlmann <adr...@cadifra.com>
# Date 1252605900 -7200
# Node ID 1926e9749f4dac108322a6ece529ee9e560aa817
# Parent  95c42e4cb54d96c04ccc3e69b26fc89d925982d8
gdialog: don't right-justify the help menu

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

diff --git a/hggtk/gdialog.py b/hggtk/gdialog.py
--- a/hggtk/gdialog.py
+++ b/hggtk/gdialog.py
@@ -432,7 +432,7 @@ class GDialog(gtk.Window):
             (_('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)])
           ]

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to