Addresses #498

# HG changeset patch
# User Emmanuel Rosa <goaway1...@gmail.com>
# Date 1258230330 18000
# Node ID 144fad79211709c1fe57f94ce66c5e9dab729b39
# Parent  4989f65d1c61438d90b5a0d1931fedc9aa264513
history: add tag/bookmark menu seperator

Addresses #498

diff --git a/tortoisehg/hgtk/history.py b/tortoisehg/hgtk/history.py
--- a/tortoisehg/hgtk/history.py
+++ b/tortoisehg/hgtk/history.py
@@ -722,6 +722,8 @@
         if 'bookmarks' in self.exs:
             m.append(create_menu(_('Add/Remove B_ookmark...'), 
                                    self.add_bookmark))
+            m.append_sep()
+
         cmenu_backout = create_menu(_('Backout Revision...'), self.backout_rev)
         m.append(cmenu_backout)
         m.append(create_menu(_('_Revert'), self.revert))
------------------------------------------------------------------------------
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