[Thuban-commits] r2911 - in trunk/thuban: . Extensions/wms
scm-commit at wald.intevation.org
scm-commit at wald.intevation.org
Sun Sep 8 22:31:05 CEST 2013
Author: bernhard
Date: 2013-09-08 22:31:04 +0200 (Sun, 08 Sep 2013)
New Revision: 2911
Modified:
trunk/thuban/ChangeLog
trunk/thuban/Extensions/wms/wms.py
Log:
Extensions/wms/wms.py: Registering under "Extensions" like the others now.
Modified: trunk/thuban/ChangeLog
===================================================================
--- trunk/thuban/ChangeLog 2013-09-08 20:29:52 UTC (rev 2910)
+++ trunk/thuban/ChangeLog 2013-09-08 20:31:04 UTC (rev 2911)
@@ -1,3 +1,7 @@
+2013-09-08 Bernhard Reiter <bernhard at intevation.de>
+
+ Extensions/wms/wms.py: Registering under "Extensions" like the others now.
+
2013-09-05 Bernhard Reiter <bernhard at intevation.de>
* Extensions/wms/layer.py : Beautifying: made variable names more expressive
Modified: trunk/thuban/Extensions/wms/wms.py
===================================================================
--- trunk/thuban/Extensions/wms/wms.py 2013-09-08 20:29:52 UTC (rev 2910)
+++ trunk/thuban/Extensions/wms/wms.py 2013-09-08 20:31:04 UTC (rev 2911)
@@ -140,12 +140,12 @@
wms_extension = WMSExtension('WMS')
# register the new command
-registry.Add(Command('wms', _('Add WMS layer ...'), wms_dialog,
+registry.Add(Command('wms', _('(experimental) Add WMS layer ...'), wms_dialog,
helptext = _('Add a WMS Layer')))
# find the experimental menu (create it anew if not found)
-experimental_menu = main_menu.FindOrInsertMenu('experimental',
- _('Experimenta&l'))
+experimental_menu = main_menu.FindOrInsertMenu('extensions',
+ _('E&xtensions'))
# finally add the new entry to the experimental menu
experimental_menu.InsertItem('wms')
More information about the Thuban-commits
mailing list