mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Make variable const and add forgotten ChangeLog entry.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4106 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
b70c084b2d
commit
80309032fd
@ -1,3 +1,8 @@
|
||||
2002-05-01 Angus Leeming <a.leeming@ic.ac.uk>
|
||||
|
||||
* ControlGraphics.C: add some comments to the char * arrays.
|
||||
Make rorigin_size const.
|
||||
|
||||
2002-04-30 Angus Leeming <a.leeming@ic.ac.uk>
|
||||
|
||||
* ControlGraphics.[Ch] (getRotationOriginData): new helper function.
|
||||
|
@ -204,7 +204,7 @@ char const * const rorigin_gui_strs[] = {
|
||||
N_("center top"), N_("center bottom"), N_("center baseline"),
|
||||
N_("right top"), N_("right bottom"), N_("right baseline") };
|
||||
|
||||
size_t rorigin_size = sizeof(rorigin_lyx_strs) / sizeof(char *);
|
||||
size_t const rorigin_size = sizeof(rorigin_lyx_strs) / sizeof(char *);
|
||||
|
||||
} // namespace anon
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user