From cc1ba2aae22c431b7239453112c469f779dae76d Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Wed, 26 Oct 2022 04:42:11 +0300 Subject: [PATCH 19/19] Remove mention of F10 from meswin_dialog_popup() header See osdn #45964 Signed-off-by: Marko Lindqvist --- client/gui-qt/messagewin.cpp | 5 ++--- client/gui-stub/messagewin.c | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/client/gui-qt/messagewin.cpp b/client/gui-qt/messagewin.cpp index c9bed57be3..93a1c902ff 100644 --- a/client/gui-qt/messagewin.cpp +++ b/client/gui-qt/messagewin.cpp @@ -1,4 +1,4 @@ -/********************************************************************** +/*********************************************************************** Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -355,8 +355,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 bbedf57d63..4c02bc8b2e 100644 --- a/client/gui-stub/messagewin.c +++ b/client/gui-stub/messagewin.c @@ -1,4 +1,4 @@ -/********************************************************************** +/*********************************************************************** Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -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