]> git.lyx.org Git - features.git/commitdiff
Ensure that the rotation origin strings are translatable.
authorAngus Leeming <leeming@lyx.org>
Sun, 7 Aug 2005 21:30:21 +0000 (21:30 +0000)
committerAngus Leeming <leeming@lyx.org>
Sun, 7 Aug 2005 21:30:21 +0000 (21:30 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10392 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/controllers/ChangeLog
src/frontends/controllers/ControlExternal.C

index 499dc0492934604210984683663a271006d5ab1d..ba7d29459d4f900b85df14119c77a6a510178cab 100644 (file)
@@ -1,3 +1,8 @@
+2005-08-07  Angus Leeming  <leeming@lyx.org>
+
+       * ControlExternal.C (origin_gui_str): ensure that the strings
+       are translated.
+
 2005-08-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
 
        * ControlSpellchecker.C (checkAlive, initialiseParams): try to
index d88151d0db74b6bfadf435ef2aae245ca14cf815..556363ac50d1a6600b24391bb57a8275e2e4e98e 100644 (file)
@@ -239,7 +239,7 @@ vector<RotationDataType> const & all_origins()
 
 string const origin_gui_str(size_type i)
 {
-       return origin_gui_strs[i];
+       return _(origin_gui_strs[i]);
 }
 
 } // namespace external