SF.net SVN: fclient:[854] trunk/fclient/fclient/impl/View.py
Status: Pre-Alpha
Brought to you by:
jurner
From: <jU...@us...> - 2008-08-02 09:44:36
|
Revision: 854 http://fclient.svn.sourceforge.net/fclient/?rev=854&view=rev Author: jUrner Date: 2008-08-02 09:44:44 +0000 (Sat, 02 Aug 2008) Log Message: ----------- add separator Modified Paths: -------------- trunk/fclient/fclient/impl/View.py Modified: trunk/fclient/fclient/impl/View.py =================================================================== --- trunk/fclient/fclient/impl/View.py 2008-08-02 09:42:45 UTC (rev 853) +++ trunk/fclient/fclient/impl/View.py 2008-08-02 09:44:44 UTC (rev 854) @@ -198,6 +198,7 @@ """populates a menu with actions the view widget defines""" menu.addAction(self.fcActions['ActionShowTopTabBar']) menu.addAction(self.fcActions['ActionShowBottomTabBar']) + menu.addSeparator() menu.addMenu(self.menuGoToTopView) menu.addMenu(self.menuGoToBottomView) return menu This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |