pcsx2: i18n: move Langs folder relatively to the application root instead of user data.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4253 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
gregory.hainaut@gmail.com 2011-01-22 21:59:58 +00:00
parent 06fbb06b30
commit f273f6c9b2
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ namespace PathDefs
wxDirName GetLangs()
{
return GetDocuments() + Base::Langs();
return AppRoot() + Base::Langs();
}
wxDirName Get( FoldersEnum_t folderidx )