X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=dialogs.c;h=d8f168480fdbd3414e32b449b471cdaa6940909f;hb=2087ac0f61e84f7f71cbea5a0a3325374f9e76ee;hp=4c2da69014f7823eedea3235a6915f5ff229fecd;hpb=8867c5d10022ff8f6b914bfbe5285e6004dabec0;p=xboard.git diff --git a/dialogs.c b/dialogs.c index 4c2da69..d8f1684 100644 --- a/dialogs.c +++ b/dialogs.c @@ -557,6 +557,7 @@ Pick (int n) appData.pieceToCharTable = NULL; appData.pieceNickNames = ""; appData.colorNickNames = ""; + appData.men = ""; PopDown(TransientDlg); Reset(True, True); return; @@ -2543,6 +2544,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);