diff -r edde1fe80b3e -r 3b1f5d872fd7 eric5-diff.py --- a/eric5-diff.py Sat Jan 02 18:19:35 2010 +0000 +++ b/eric5-diff.py Sat Jan 02 18:52:53 2010 +0000 @@ -5,7 +5,7 @@ # """ -Eric4 Diff +Eric5 Diff This is the main Python script that performs the necessary initialization of the Diff module and starts the Qt event loop. This is a standalone @@ -44,7 +44,7 @@ "use the given directory as the one containing the config files"), ] appinfo = Startup.makeAppInfo(sys.argv, - "Eric4 Diff", + "Eric5 Diff", "", "Simple graphical diff tool", options) @@ -54,4 +54,4 @@ sys.exit(res) if __name__ == '__main__': - main() + main() \ No newline at end of file