Fix typo.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35884 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2010-10-28 16:28:16 +00:00
parent 249fe0167e
commit 98525b5d3d

View File

@ -258,7 +258,7 @@ static docstring const ogonek_def = from_ascii(
static docstring const lyxref_def = from_ascii(
"\\makeatletter\n"
"\\RS@ifundefined{\thmref}\n"
"\\RS@ifundefined{thmref}\n"
" {\\def\\RSthmtxt{theorem~}\\newref{thm}{name = \\RSthmtxt}}\n"
" {}\n"
"\\makeatother\n");