diff -r dac33c7fce07 -r e3642a6a1e71 eric7/eric7_trpreviewer.py --- a/eric7/eric7_trpreviewer.py Sat May 15 19:01:16 2021 +0200 +++ b/eric7/eric7_trpreviewer.py Sat May 15 20:08:03 2021 +0200 @@ -64,7 +64,7 @@ global app from PyQt5.QtGui import QGuiApplication - QGuiApplication.setDesktopFileName("eric6_trpreviewer.desktop") + QGuiApplication.setDesktopFileName("eric7_trpreviewer.desktop") options = [ ("--config=configDir", @@ -89,7 +89,7 @@ client.processArgs(sys.argv[1:]) sys.exit(0) elif res < 0: - print("eric6_trpreviewer: {0}".format(client.errstr())) + print("eric7_trpreviewer: {0}".format(client.errstr())) sys.exit(res) else: res = Startup.simpleAppStartup(sys.argv,