mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
0b63d5a8d0
commit
15d6e2a670
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user