Update of /cvsroot/tuxpaint/tuxpaint/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20959/src

Modified Files:
        tuxpaint.c 
Log Message:
Removed redundant "--nomousehweel..." from usage display.


Index: tuxpaint.c
===================================================================
RCS file: /cvsroot/tuxpaint/tuxpaint/src/tuxpaint.c,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -d -r1.100 -r1.101
--- tuxpaint.c  31 Mar 2004 19:34:25 -0000      1.100
+++ tuxpaint.c  2 Apr 2004 07:40:03 -0000       1.101
@@ -26,7 +26,7 @@
 
 
 #define VER_VERSION     "0.9.14"
-#define VER_DATE        "2004.03.31"
+#define VER_DATE        "2004.04.01"
 
 
 /* #define DEBUG */
@@ -3753,7 +3753,6 @@
          "  %s [--outlines | --nooutlines]   [--stamps | --nostamps]\n"
          "  %s [--nostampcontrols | --stampcontrols]\n"
          "  %s [--mirrorstamps | --dontmirrorstamps]\n"
-         "  %s [--wheelmouse | --nowheelmouse]\n"
          "  %s [--saveoverask | --saveover | --saveovernew]\n"
          "  %s [--savedir DIRECTORY]\n"
 #ifdef WIN32
@@ -3769,7 +3768,7 @@
          blank, blank, blank,
          blank, blank, blank,
          blank, blank, blank,
-         blank, blank);
+         blank);
 
   free(blank);
 }

_______________________________________________
Tuxpaint-commits mailing list
[EMAIL PROTECTED]
http://tux4kids.net/mailman/listinfo/tuxpaint-commits

Reply via email to