[Libreoffice-commits] core.git: framework/source

Gabor Kelemen kelemeng at ubuntu.com
Sat Oct 21 17:10:57 UTC 2017


 framework/source/fwe/classes/fwkresid.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e198087f32e98fdf569920a6f5fb51558919e2cb
Author: Gabor Kelemen <kelemeng at ubuntu.com>
Date:   Fri Oct 20 21:24:35 2017 +0200

    tdf#113295 Fix typo in translation domain name
    
    The translations for the framework module go to fwk.mo files.
    This change will make LO look for them in the correct file name.
    
    Change-Id: Icca662bbdd6693a31f1acce59fbac77bdd36ae5f
    Reviewed-on: https://gerrit.libreoffice.org/43624
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

diff --git a/framework/source/fwe/classes/fwkresid.cxx b/framework/source/fwe/classes/fwkresid.cxx
index 4d421df5c4bd..203e8020edee 100644
--- a/framework/source/fwe/classes/fwkresid.cxx
+++ b/framework/source/fwe/classes/fwkresid.cxx
@@ -22,7 +22,7 @@
 
 OUString FwkResId(const char* pId)
 {
-    static std::locale loc(Translate::Create("fwe"));
+    static std::locale loc(Translate::Create("fwk"));
     return Translate::get(pId, loc);
 }
 


More information about the Libreoffice-commits mailing list