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

New commits:
commit e198087f32e98fdf569920a6f5fb51558919e2cb
Author: Gabor Kelemen <kelem...@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 <c...@libreoffice.org>
    Reviewed-by: Adolfo Jayme Barrientos <fit...@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);
 }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to