Update of /cvsroot/plplot/plplot/bindings/octave/demos
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13176/bindings/octave/demos
Modified Files:
x01c.m
Log Message:
Fix (again) the usage message.
Index: x01c.m
===================================================================
RCS file: /cvsroot/plplot/plplot/bindings/octave/demos/x01c.m,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- x01c.m 28 Jan 2004 09:28:40 -0000 1.10
+++ x01c.m 28 Jan 2004 17:38:29 -0000 1.11
@@ -88,9 +88,10 @@
if (!exist("file") || (exist("file") && isempty(file)))
printf("\n\nYou are in Locate mode. Click any mouse button or press any key\n\
-and a printout will give you some info.\n\
-Please keep <NumLock> and <CapsLock> off. Terminate with the <Enter> key.\n\
-Dont't forget to finish the plot with the <Enter> or <ESC> key\n");
+and the current cursor position will be printed.\n\
+Please keep <NumLock> and <CapsLock> off.\n\
+Terminate locate mode with the <Enter> key.\n\
+Finish the plot with the <Enter> or <ESC> key or the 3d mouse button\n");
fflush(stdout);
|