From f6366941a4d369ec2afd1a7d69d13a402c5473cb Mon Sep 17 00:00:00 2001
From: Sebastian Koslowski <koslowski@kit.edu>
Date: Wed, 9 Apr 2014 18:08:15 +0200
Subject: grc: tools menu entry 'more to come'

---
 grc/gui/Bars.py | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'grc/gui/Bars.py')

diff --git a/grc/gui/Bars.py b/grc/gui/Bars.py
index ce72edeeaf..da1b1469e1 100644
--- a/grc/gui/Bars.py
+++ b/grc/gui/Bars.py
@@ -103,6 +103,8 @@ MENU_BAR_LIST = (
     ]),
     (gtk.Action('Tools', '_Tools', None, None), [
         Actions.TOOLS_RUN_FDESIGN,
+        None,
+        Actions.TOOLS_MORE_TO_COME,
     ]),
     (gtk.Action('Help', '_Help', None, None), [
         Actions.HELP_WINDOW_DISPLAY,
-- 
cgit v1.2.3