From 388fd21d40c1f84d0211e13953b515ab7c09c602 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Wed, 26 Oct 2022 04:36:43 +0300 Subject: [PATCH 32/32] Remove mention of F10 from meswin_dialog_popup() header See osdn #45964 Signed-off-by: Marko Lindqvist --- client/gui-qt/messagewin.cpp | 3 +-- client/gui-stub/messagewin.c | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/client/gui-qt/messagewin.cpp b/client/gui-qt/messagewin.cpp index 3eab3c0300..0b227a9002 100644 --- a/client/gui-qt/messagewin.cpp +++ b/client/gui-qt/messagewin.cpp @@ -382,8 +382,7 @@ void messagewdg::resizeEvent(QResizeEvent* event) } /***********************************************************************//** - Display the message dialog. Optionally raise it. - Typically triggered by F10. + Display the message dialog. Optionally raise it. ***************************************************************************/ void meswin_dialog_popup(bool raise) { diff --git a/client/gui-stub/messagewin.c b/client/gui-stub/messagewin.c index 3219e8b9ce..ffd34b7271 100644 --- a/client/gui-stub/messagewin.c +++ b/client/gui-stub/messagewin.c @@ -21,8 +21,7 @@ #include "messagewin.h" /**********************************************************************//** - Display the message dialog. Optionally raise it. - Typically triggered by F10. + Display the message dialog. Optionally raise it. **************************************************************************/ void meswin_dialog_popup(bool raise) { -- 2.35.1