From: H.G.Muller Date: Tue, 22 Mar 2016 14:38:00 +0000 (+0100) Subject: Pop up warning when engine manual is not available X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=4a9ee0ca141c56ad69d68a93b8cce7799a040de5;p=xboard.git Pop up warning when engine manual is not available Help clicks on the engine dialog pop up a warning when the manual is not found. It seems useful to alert the user that this info has to come from the manual of the engine' rather than XBoard's. --- diff --git a/dialogs.c b/dialogs.c index d8f1684..fa481d3 100644 --- a/dialogs.c +++ b/dialogs.c @@ -2555,7 +2555,7 @@ DisplayHelp (char *name) } else textPtr = NULL; // use plaintext man file directly GetHelpText(f, name); fclose(f); - } + } else if(currentCps) DisplayNote("No manual is installed for this engine"); } #define PAUSE_BUTTON "P"