--- a/eric5-uipreviewer.py Sat Jan 02 18:19:35 2010 +0000 +++ b/eric5-uipreviewer.py Sat Jan 02 18:52:53 2010 +0000 @@ -5,7 +5,7 @@ # """ -Eric4 UI Previewer +Eric5 UI Previewer This is the main Python script that performs the necessary initialization of the ui previewer and starts the Qt event loop. This is a standalone version @@ -51,7 +51,7 @@ "use the given directory as the one containing the config files"), ] appinfo = Startup.makeAppInfo(sys.argv, - "Eric4 UI Previewer", + "Eric5 UI Previewer", "file", "UI file previewer", options) @@ -61,4 +61,4 @@ sys.exit(res) if __name__ == '__main__': - main() + main() \ No newline at end of file