From: Juergen Spitzmueller Date: Sun, 5 Nov 2023 11:38:09 +0000 (+0100) Subject: Fix comment X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=27033f41aa43ed9ea9fabf958737c3f3daa7a18b;p=features.git Fix comment --- diff --git a/src/frontends/qt/GuiDocument.cpp b/src/frontends/qt/GuiDocument.cpp index 470d84413f..9a2afca924 100644 --- a/src/frontends/qt/GuiDocument.cpp +++ b/src/frontends/qt/GuiDocument.cpp @@ -1888,7 +1888,7 @@ void GuiDocument::onBufferViewChanged() "Do you want to switch back in order to apply them or dismiss the changes?"), 1, 1, _("&Switch Back"), _("&Dismiss Changes")); if (ret == 0) { - // Switch to previous buffer view and apply + // Switch to previous buffer view switchback_ = true; // Record that we have asked. prompted_ = true;