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:
Angus Leeming 2002-05-01 13:15:37 +00:00
parent b70c084b2d
commit 80309032fd
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -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