X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=dialogs.c;h=15fd8c59d9af61ddeb5d3bd8f5616bee88725031;hb=dff5f0dd4004751e4453c6efa405f2c0c29b562e;hp=d409164282e87e1c5981c4edd7a1124100bc5cdb;hpb=a17fe39ced3bfb55a8ae6d9abac97518b841daaa;p=xboard.git diff --git a/dialogs.c b/dialogs.c index d409164..15fd8c5 100644 --- a/dialogs.c +++ b/dialogs.c @@ -1074,7 +1074,7 @@ PutText (char *text, int pos) } void -InputBoxPopup () +ICSInputBoxPopUp () { MarkMenu("ICS Input Box", InputBoxDlg); if(GenericPopUp(boxOptions, _("ICS input box"), InputBoxDlg)) @@ -1109,7 +1109,7 @@ BoxAutoPopUp (char *buf) SetWidgetText(&boxOptions[0], newText, InputBoxDlg); if(shellUp[InputBoxDlg]) HardSetFocus (&boxOptions[0]); //why??? } else icsText = buf; // box did not exist: make sure it pops up with char in it - InputBoxPopup(); + ICSInputBoxPopUp(); } else PopUpMoveDialog(*buf); }