commit 27033f41aa43ed9ea9fabf958737c3f3daa7a18b
Author: Juergen Spitzmueller <[email protected]>
Date:   Sun Nov 5 12:38:09 2023 +0100

    Fix comment
---
 src/frontends/qt/GuiDocument.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/frontends/qt/GuiDocument.cpp b/src/frontends/qt/GuiDocument.cpp
index 470d844..9a2afca 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;
-- 
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to