From 7b36e17828f1236cd4facc8f51992c484846a7ed Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Mon, 6 Oct 2003 10:12:16 +0000 Subject: [PATCH] =?utf8?q?Added=20Spanish=20translation=20(Nicol=EF=BF=BD?= =?utf8?q?=EF=BF=BDs=20de=20la=20Torre).?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: https://rox.svn.sourceforge.net/svnroot/rox/trunk/Edit@3124 66de3db3-b00d-0410-b41b-f4738ad19bea --- Help/Changes | 4 ++++ findrox.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Help/Changes b/Help/Changes index 59641cf..9b0afd8 100644 --- a/Help/Changes +++ b/Help/Changes @@ -4,6 +4,10 @@ Dnd loading: Loads to cursor, not indicated point. +06-Oct-2003 +~~~~~~~~~~~ +Added Spanish translation (Nicolás de la Torre). + 04-Oct-2003 ~~~~~~~~~~~ Marked strings as translatable and added Italian translation (Roberto diff --git a/findrox.py b/findrox.py index 5092e02..e05bede 100644 --- a/findrox.py +++ b/findrox.py @@ -13,7 +13,7 @@ def version(major, minor, micro): add it to sys.path. If version is missing or too old, either prompt the user, or (if possible) upgrade it automatically.""" - if os.path.exists('/uri2/0install/rox.sourceforge.net'): + if os.path.exists('/uri/0install/rox.sourceforge.net'): # We're using ZeroInstall. Good :-) zpath = '/uri/0install/rox.sourceforge.net/lib/ROX-Lib2/' \ 'latest' -- 2.11.4.GIT