projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
2087ac0
)
Pop up warning when engine manual is not available
author
H.G.Muller
<hgm@hgm-xboard.(none)>
Tue, 22 Mar 2016 14:38:00 +0000 (15:38 +0100)
committer
H.G.Muller
<hgm@hgm-xboard.(none)>
Tue, 29 Mar 2016 14:51:34 +0000 (16:51 +0200)
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.
dialogs.c
patch
|
blob
|
history
diff --git
a/dialogs.c
b/dialogs.c
index
d8f1684
..
fa481d3
100644
(file)
--- 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"