From f273f6c9b22791e20d3055f22826880b774cd3e6 Mon Sep 17 00:00:00 2001 From: "gregory.hainaut@gmail.com" Date: Sat, 22 Jan 2011 21:59:58 +0000 Subject: [PATCH] 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 --- pcsx2/gui/AppConfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcsx2/gui/AppConfig.cpp b/pcsx2/gui/AppConfig.cpp index 20a62dfdb6..5d5b39bf79 100644 --- a/pcsx2/gui/AppConfig.cpp +++ b/pcsx2/gui/AppConfig.cpp @@ -184,7 +184,7 @@ namespace PathDefs wxDirName GetLangs() { - return GetDocuments() + Base::Langs(); + return AppRoot() + Base::Langs(); } wxDirName Get( FoldersEnum_t folderidx )