mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Fix comment
This commit is contained in:
parent
098b4f3348
commit
27033f41aa
@ -1888,7 +1888,7 @@ void GuiDocument::onBufferViewChanged()
|
|||||||
"Do you want to switch back in order to apply them or dismiss the changes?"),
|
"Do you want to switch back in order to apply them or dismiss the changes?"),
|
||||||
1, 1, _("&Switch Back"), _("&Dismiss Changes"));
|
1, 1, _("&Switch Back"), _("&Dismiss Changes"));
|
||||||
if (ret == 0) {
|
if (ret == 0) {
|
||||||
// Switch to previous buffer view and apply
|
// Switch to previous buffer view
|
||||||
switchback_ = true;
|
switchback_ = true;
|
||||||
// Record that we have asked.
|
// Record that we have asked.
|
||||||
prompted_ = true;
|
prompted_ = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user