* src/frontends/GuiView.cpp:

- fix bug 4496 ("Retry" and "Cancel" buttons were swapped in the error dialog)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22616 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2008-01-17 19:01:01 +00:00
parent 29918a2292
commit 7d16a9c7ea

View File

@ -1269,9 +1269,9 @@ bool GuiView::saveBuffer(Buffer & b)
return false;
break;
case 1:
return false;
case 2:
break;
case 2:
return false;
}
return saveBuffer(b);