E4Gui/E4SingleApplication.py

changeset 15
f6ccc31d6e72
parent 13
1af94a91f439
child 53
c3eb7cc1ff8b
--- a/E4Gui/E4SingleApplication.py	Sat Jan 02 16:15:57 2010 +0000
+++ b/E4Gui/E4SingleApplication.py	Sat Jan 02 17:09:08 2010 +0000
@@ -20,7 +20,7 @@
 # define some module global stuff
 ###########################################################################
 
-SAFile = "eric4"
+SAFile = "eric5"
 
 # define the protocol tokens
 SAOpenFile =        '>OpenFile<'
@@ -125,7 +125,7 @@
             ext = os.path.splitext(arg)[1]
             ext = os.path.normcase(ext)
             
-            if ext in ['.e3p', '.e3pz', '.e4p', '.e4pz']:
+            if ext in ['.e4p', '.e4pz']:
                 self.__openProject(arg)
             else:
                 self.__openFile(arg)

eric ide

mercurial