[Ktutorial-commits] SF.net SVN: ktutorial:[92] trunk/ktutorial
Status: Alpha
Brought to you by:
danxuliu
|
From: <dan...@us...> - 2010-02-23 16:17:04
|
Revision: 92
http://ktutorial.svn.sourceforge.net/ktutorial/?rev=92&view=rev
Author: danxuliu
Date: 2010-02-23 16:16:57 +0000 (Tue, 23 Feb 2010)
Log Message:
-----------
Fix base path to extract messages (it should have been modified when the directories were restructured).
Modified Paths:
--------------
trunk/ktutorial/ktutorial-library/po/Messages.sh
trunk/ktutorial/ktutorial-test-app/po/Messages.sh
Modified: trunk/ktutorial/ktutorial-library/po/Messages.sh
===================================================================
--- trunk/ktutorial/ktutorial-library/po/Messages.sh 2010-02-23 06:28:13 UTC (rev 91)
+++ trunk/ktutorial/ktutorial-library/po/Messages.sh 2010-02-23 16:16:57 UTC (rev 92)
@@ -1,6 +1,6 @@
#!/bin/sh
-BASEDIR="../../src/" # root of translatable sources
+BASEDIR="../src/" # root of translatable sources
PROJECT="ktutorial" # project name
BUGADDR="http://sourceforge.net/tracker/?group_id=301227&atid=1270278" # MSGID-Bugs
WDIR=`pwd` # working dir
Modified: trunk/ktutorial/ktutorial-test-app/po/Messages.sh
===================================================================
--- trunk/ktutorial/ktutorial-test-app/po/Messages.sh 2010-02-23 06:28:13 UTC (rev 91)
+++ trunk/ktutorial/ktutorial-test-app/po/Messages.sh 2010-02-23 16:16:57 UTC (rev 92)
@@ -1,6 +1,6 @@
#!/bin/sh
-BASEDIR="../../test-app/" # root of translatable sources
+BASEDIR="../" # root of translatable sources
PROJECT="ktutorial-test-app" # project name
BUGADDR="http://sourceforge.net/tracker/?group_id=301227&atid=1270278" # MSGID-Bugs
WDIR=`pwd` # working dir
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|