]> git.lyx.org Git - features.git/commitdiff
* src/frontends/GuiView.cpp:
authorJürgen Spitzmüller <spitz@lyx.org>
Thu, 17 Jan 2008 19:01:01 +0000 (19:01 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Thu, 17 Jan 2008 19:01:01 +0000 (19:01 +0000)
- 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

src/frontends/qt4/GuiView.cpp

index 67fd9c5b22d3aa3675ba448c262e8608723b45ff..e40a00258aeadbf787e35850cbede4f322b2a405 100644 (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);