add some const.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18522 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2007-05-26 15:03:19 +00:00
parent 5cfe249522
commit b49194c645

View File

@ -112,18 +112,18 @@ char const * allowed_languages =
"[plain]TeX\n[primitive]TeX\nVBScript\nVerilog\nVHDL\n[AMS]VHDL\nVRML\n"
"[97]VRML\nXML\nXSLT";
docstring empty_hint;
docstring style_hint = _("Use \\footnotesize, \\small, \\itshape, "
docstring const empty_hint;
docstring const style_hint = _("Use \\footnotesize, \\small, \\itshape, "
"\\ttfamily or something like that");
docstring frame_hint = _("none, leftline, topline, bottomline, lines, "
docstring const frame_hint = _("none, leftline, topline, bottomline, lines, "
"single, shadowbox or subset of trblTRBL");
docstring frameround_hint = _("Enter four letters (either t = round "
docstring const frameround_hint = _("Enter four letters (either t = round "
"or f = square) for top right, bottom "
"right, bottom left and top left corner.");
docstring color_hint = _("Enter something like \\color{white}");
docstring const color_hint = _("Enter something like \\color{white}");
/// options copied from page 26 of listings manual