--- a/eric6_uipreviewer.py Sat Jul 05 11:41:14 2014 +0200 +++ b/eric6_uipreviewer.py Sat Jul 05 12:13:23 2014 +0200 @@ -5,7 +5,7 @@ # """ -Eric5 UI Previewer. +Eric6 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 @@ -60,7 +60,7 @@ "use the given directory as the one containing the config files"), ] appinfo = AppInfo.makeAppInfo(sys.argv, - "Eric5 UI Previewer", + "Eric6 UI Previewer", "file", "UI file previewer", options)