X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=dialogs.c;h=15fd8c59d9af61ddeb5d3bd8f5616bee88725031;hb=15d1ea181db5a5de2bafc3fa9602abaa628f4ff5;hp=d409164282e87e1c5981c4edd7a1124100bc5cdb;hpb=09438c2ac3a44a34ba62c1007a3d3a422edcd98d;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); }