Update of /cvsroot/mplayer/main/libvo In directory mplayer:/var/tmp.root/cvs-serv10185/libvo Modified Files: vo_aa.c Log Message: Fix OSD, small misspelling. Index: vo_aa.c =================================================================== RCS file: /cvsroot/mplayer/main/libvo/vo_aa.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- vo_aa.c 14 Aug 2001 19:23:17 -0000 1.3 +++ vo_aa.c 15 Aug 2001 07:21:33 -0000 1.4 @@ -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" );
participants (1)
-
Atmosfear