--- ray/src/util/xglaresrc.c 1991/03/19 16:59:46 1.2 +++ ray/src/util/xglaresrc.c 1991/03/20 12:59:27 1.3 @@ -85,7 +85,7 @@ char *name; GrabModeAsync, GrabModeAsync, None, pickcursor, CurrentTime) != GrabSuccess) sleep(2); - printf("%s: pick point in \"%s\" display window\n", progname, name); + printf("%s: click mouse in \"%s\" display window\n", progname, name); XNextEvent(theDisplay, &xev); XUngrabPointer(theDisplay, CurrentTime); if (((XButtonEvent *)&xev)->subwindow == None) {