jan: thuban/Extensions/svgexport svgsaver.py,1.4,1.5

cvs@intevation.de cvs at intevation.de
Sat Nov 20 13:52:27 CET 2004


Author: jan

Update of /thubanrepository/thuban/Extensions/svgexport
In directory doto:/tmp/cvs-serv3729

Modified Files:
	svgsaver.py 
Log Message:
Moved the menu entry from Extensions
to Experimental menu since this module has yet not reached a stable
status (ie. 1.0).


Index: svgsaver.py
===================================================================
RCS file: /thubanrepository/thuban/Extensions/svgexport/svgsaver.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- svgsaver.py	15 Nov 2004 16:27:41 -0000	1.4
+++ svgsaver.py	20 Nov 2004 12:52:25 -0000	1.5
@@ -1,6 +1,9 @@
-# Copyright (c) 2001, 2002, 2003 by Intevation GmbH
+# Copyright (c) 2004 by Intevation GmbH
 # Authors:
-#     Markus Rechtien <markus at intevation.de>
+# Markus Rechtien <markus at intevation.de> (2004)
+# Bernhard Herzog <bh at intevation.de> (2004)
+# Bernhard Reiter <bernhard at intevation.de> (2004)
+# Jan-Oliver Wagner <jan at intevation.de> (2004)
 #
 # This program is free software under the GPL (>=v2)
 # Read the file COPYING coming with Thuban for details.
@@ -96,8 +99,9 @@
 registry.Add(Command('write_to_svg', _('Write SVG Map'), write_to_svg,
                      helptext = _('Export the a map into a SVG file')))
 
-# find the extensions menu (create it anew if not found)
-extensions_menu = main_menu.FindOrInsertMenu('extensions', _('E&xtensions'))
+# find the experimental menu (create it anew if not found)
+experimental_menu = main_menu.FindOrInsertMenu('experimental',
+                                               _('Experimenta&l'))
 
 # finally bind the new command with an entry in the extensions menu
-extensions_menu.InsertItem('write_to_svg')
+experimental_menu.InsertItem('write_to_svg')





More information about the Thuban-devel mailing list

This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)