Removed redundant "--nomousehweel..." from usage display.

This commit is contained in:
William Kendrick 2004-04-02 07:40:02 +00:00
parent aeb66d24b0
commit d0fe8b1543
2 changed files with 5 additions and 4 deletions

View file

@ -7,7 +7,7 @@ bill@newbreedsoftware.com
http://www.newbreedsoftware.com/tuxpaint/
2004.March.31 (0.9.14) [cvs]
2004.April.1 (0.9.14) [cvs]
* Afrikaans translation created.
Petri Jooste <rkwjpj@puk.ac.za>
@ -93,6 +93,8 @@ http://www.newbreedsoftware.com/tuxpaint/
* Made current image the selected image on Open screen, if applicable.
* Removed redundant '--wheelmouse...' listing from "--usage" output.
2003.Dec.23 (0.9.13)
* Translated into Basque (eu_ES)

View file

@ -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 @@ void show_usage(FILE * f, char * prg)
" %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 @@ void show_usage(FILE * f, char * prg)
blank, blank, blank,
blank, blank, blank,
blank, blank, blank,
blank, blank);
blank);
free(blank);
}