Dekel Tsur <[EMAIL PROTECTED]> writes: | Index: frontends/controllers/ControlGraphics.C | =================================================================== | RCS file: |/usr/local/lyx/cvsroot/lyx-devel/src/frontends/controllers/ControlGraphics.C,v | retrieving revision 1.37 | diff -u -p -r1.37 ControlGraphics.C | --- frontends/controllers/ControlGraphics.C 1 May 2002 13:15:37 -0000 1.37 | +++ frontends/controllers/ControlGraphics.C 14 May 2002 11:33:27 -0000 | @@ -190,7 +190,7 @@ namespace { | // These are the strings that are stored in the LyX file and which | // correspond to the LaTeX identifiers shown in the comments at the | // end of each line. | -char const * const rorigin_lyx_strs[] = { | +char const * rorigin_lyx_strs[] = { | "center", // c | "leftTop", "leftBottom", "leftBaseline", // lt lb lB | "centerTop", "centerBottom", "centerBaseline", // ct cb cB | @@ -198,7 +198,7 @@ char const * const rorigin_lyx_strs[] = | | // These are the strings, corresponding to the above, that the GUI should | // use. Note that they can/should be translated. | -char const * const rorigin_gui_strs[] = { | +char const * rorigin_gui_strs[] = { | N_("center"), | N_("left top"), N_("left bottom"), N_("left baseline"), | N_("center top"), N_("center bottom"), N_("center baseline"),
What compilation errors? -- Lgb