diff -r 092aa8fafa4e -r f6ccc31d6e72 Tools/TRSingleApplication.py --- a/Tools/TRSingleApplication.py Sat Jan 02 16:15:57 2010 +0000 +++ b/Tools/TRSingleApplication.py Sat Jan 02 17:09:08 2010 +0000 @@ -17,7 +17,7 @@ # define some module global stuff ########################################################################### -SAFile = "eric4-trpreviewer" +SAFile = "eric5-trpreviewer" # define the protocol tokens SALoadForm = '>LoadForm<' @@ -113,4 +113,4 @@ cmd = "%s%s\n" % (SALoadTranslation, str(qmFiles)) self.sendCommand(cmd) - self.disconnect() + self.disconnect() \ No newline at end of file