fix bug 3458 for LyX 1.4.5:

http://bugzilla.lyx.org/show_bug.cgi?id=3458

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@17924 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2007-04-23 18:41:14 +00:00
parent c3d8032717
commit ad3c3b8b96
2 changed files with 3 additions and 2 deletions

View File

@ -74,8 +74,6 @@ string fix_name(const string & str, bool big)
{
if (str == "slash")
return "/";
if (str == "backslash")
return big ? "\\\\" : "\\";
if (str == "empty")
return ".";
if (!big || str == "(" || str == ")" || str == "[" || str == "]"

View File

@ -65,6 +65,9 @@ What's new
- Fix gui for big delimiters.
- Fix wrong LaTeX-output when using the backslash "\" as math
delimiter (bug 3458) (Qt2-frontend only)
* BUILD/INSTALLATION: