next bug (\\ vs \backslash)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5476 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2002-10-22 17:32:20 +00:00
parent 13434556ce
commit 357ece3f85

View File

@ -48,7 +48,7 @@ static int const delim_rversion[] = {
static char const * delim_values[] = {
"(", ")", "lceil", "rceil", "uparrow", "Uparrow",
"[", "]", "lfloor", "rfloor", "updownarrow", "Updownarrow",
"{", "}", "/", "\\", "downarrow", "Downarrow",
"{", "}", "/", "backslash", "downarrow", "Downarrow",
"langle", "rangle", "|", "Vert", ".", 0
};