From 27033f41aa43ed9ea9fabf958737c3f3daa7a18b Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Sun, 5 Nov 2023 12:38:09 +0100 Subject: [PATCH] Fix comment --- src/frontends/qt/GuiDocument.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5