diff -r 092aa8fafa4e -r f6ccc31d6e72 E4Gui/E4SingleApplication.py --- 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)