Moved the ./po directory to ./data/po

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1649 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
cosmosninja 2008-03-14 06:38:01 +00:00
parent 263d908531
commit 2081a2b687
2 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ initTranslations::initTranslations() {
// used in driveline files.
setlocale (LC_CTYPE, "");
// setlocale (LC_MESSAGES, "");
bindtextdomain (PACKAGE, "./po");
bindtextdomain (PACKAGE, "./data/po");
//bindtextdomain (PACKAGE, LOCALEDIR);
textdomain (PACKAGE);
#endif