]> git.lyx.org Git - features.git/blobdiff - src/bufferlist.C
to much stuff for my liking...
[features.git] / src / bufferlist.C
index 8fd835dd35188f38cca2bfec5afbed46d74e27b3..060e6269fca6bfee6e6a6a887b6a2efc59bfc684 100644 (file)
@@ -198,7 +198,7 @@ bool BufferList::close(Buffer * buf)
                while (reask) {
                        switch (Alert::askConfirmation(_("Changes in document:"),
                                               fname,
-                                              _("Save document?"))){
+                                              _("Save document?"))) {
                        case 1: // Yes
                                if (buf->isUnnamed())
                                        reask = !WriteAs(current_view, buf);