Update of /cvsroot/pythoncard/PythonCard
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24120
Modified Files:
install-pythoncard.py
Log Message:
added layoutEditor link
Index: install-pythoncard.py
===================================================================
RCS file: /cvsroot/pythoncard/PythonCard/install-pythoncard.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** install-pythoncard.py 25 Dec 2005 14:53:26 -0000 1.8
--- install-pythoncard.py 13 Jan 2006 22:01:29 -0000 1.9
***************
*** 63,66 ****
--- 63,72 ----
+ path = os.path.join(dest_dir, "Layout Editor.lnk")
+ arguments = os.path.join(lib_dir,
+ "PythonCard\\tools\\resourceEditor\\layoutEditor.py")
+ create_shortcut(pythonw, "Layout Editor", path, arguments)
+ file_created(path)
+
path = os.path.join(dest_dir, "Resource Editor.lnk")
arguments = os.path.join(lib_dir,
|