mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
06fbb06b30
commit
f273f6c9b2
|
@ -184,7 +184,7 @@ namespace PathDefs
|
|||
|
||||
wxDirName GetLangs()
|
||||
{
|
||||
return GetDocuments() + Base::Langs();
|
||||
return AppRoot() + Base::Langs();
|
||||
}
|
||||
|
||||
wxDirName Get( FoldersEnum_t folderidx )
|
||||
|
|
Loading…
Reference in New Issue