# HG changeset patch # User atmos4 # Date 997860093 0 # Node ID 187aa4b576a7b5d274d830e0555fbc1bbb3bcb85 # Parent 992ea40afb3bdd9d2140a548982314e28ff731a3 Fix OSD, small misspelling. diff -r 992ea40afb3b -r 187aa4b576a7 libvo/vo_aa.c --- a/libvo/vo_aa.c Wed Aug 15 01:30:52 2001 +0000 +++ b/libvo/vo_aa.c Wed Aug 15 07:21:33 2001 +0000 @@ -75,7 +75,7 @@ double accum; /* our version of the playmodes :) */ -static char * osdmodes[] ={ "|>", "||", ">>", "[]" , ">>" }; +static char * osdmodes[] ={ "|>", "||", "[]", "<<" , ">>" }; extern void mplayer_put_key(int code); @@ -277,7 +277,7 @@ "\t6 : brightness -\n" "\t7 : brightness +\n" "\n" - "All other keys are MPlayer standart\n" + "All other keys are MPlayer defaults.\n" );