Ensure that the rotation origin strings are translatable.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10392 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2005-08-07 21:30:21 +00:00
parent 0b63d5a8d0
commit 15d6e2a670
2 changed files with 6 additions and 1 deletions

View 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

View 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