X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=dialogs.c;h=189a869f82200511aed478cde4c9943a2cee48bf;hb=894916fe72347000731f92313b9c2230fd837247;hp=4c2da69014f7823eedea3235a6915f5ff229fecd;hpb=8867c5d10022ff8f6b914bfbe5285e6004dabec0;p=xboard.git diff --git a/dialogs.c b/dialogs.c index 4c2da69..189a869 100644 --- a/dialogs.c +++ b/dialogs.c @@ -2543,6 +2543,8 @@ DisplayHelp (char *name) } else snprintf(buf, MSG_SIZ, "%s", xboardMan); // use xboard man f = fopen(buf, "r"); if(f) { + char *msg = "Right-clicking menu item or dialog text pops up help on it"; + ASSIGN(appData.suppress, msg); if(strstr(buf, ".gz")) { // man file is gzipped if(!manText[n]) { // unzipped text not buffered yet snprintf(tidy, MSG_SIZ, "gunzip -c %s", buf);