mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 02:14:50 +00:00
small tweak
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6641 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
91b32436c5
commit
eb3f14454b
@ -78,7 +78,7 @@ bool BufferList::quitWriteBuffer(Buffer * buf)
|
||||
text += file + _(" has unsaved changes.\n\nDo you want to save the document?");
|
||||
#endif
|
||||
int const ret = Alert::prompt(_("Save changed document?"),
|
||||
text, 0, _("&Save"), _("&Discard"), _("&Cancel quit"));
|
||||
text, 0, _("&Save"), _("&Discard"), _("&Cancel"));
|
||||
|
||||
if (ret == 0) {
|
||||
// FIXME: WriteAs can be asynch !
|
||||
|
Loading…
Reference in New Issue
Block a user