From 69d2b148268e99ecf3ff6e3362eaa11929208979 Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Fri, 21 Oct 2005 19:42:11 +0000 Subject: [PATCH] Made message in AppRun translatable (Andras Mohari). git-svn-id: https://rox.svn.sourceforge.net/svnroot/rox/trunk/ROX-Lib2@4204 66de3db3-b00d-0410-b41b-f4738ad19bea --- AppRun | 4 ++-- Help/Changes | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/AppRun b/AppRun index 3a4638a..5277599 100755 --- a/AppRun +++ b/AppRun @@ -16,8 +16,8 @@ find it, such as ~/lib or /usr/local/lib.\n\n\ ROX-Lib version: %s\n\ PyGTK version: %s\n\ GTK version: %s\n\n\ -PyGTK location:\n%s" % -(rox.roxlib_version, g.pygtk_version, g.gtk_version, dirname(g.__file__)))) +PyGTK location:\n%s") % +(rox.roxlib_version, g.pygtk_version, g.gtk_version, dirname(g.__file__))) box.add_button(g.STOCK_HELP, g.RESPONSE_HELP) box.set_title('ROX-Lib') box.set_position(g.WIN_POS_CENTER) diff --git a/Help/Changes b/Help/Changes index 4495c17..dbb5cab 100644 --- a/Help/Changes +++ b/Help/Changes @@ -3,11 +3,17 @@ by Thomas Leonard http://rox.sourceforge.net +21-Oct-2005 +~~~~~~~~~~~ +Made message in AppRun translatable (Andras Mohari). + 02-Sep-2005 ~~~~~~~~~~~ Added launch module, which allows running programs easily using the injector, and made filer.py use 0launch if available (Thomas Leonard; requested by Christopher Arndt). +Double-click on a line in the stack-trace display of an error to open the +source file in Edit (Thomas Leonard). 30-Aug-2005 ~~~~~~~~~~~ -- 2.11.4.GIT