changed KEY_PREVIOUS to KEY_PREV, cause the first undefined

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16897 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ptt 2005-11-03 10:50:43 +00:00
parent 3d868eb412
commit 126f151cda
1 changed files with 1 additions and 1 deletions

View File

@ -1500,7 +1500,7 @@ check_events( void )
mplayer_put_key( KEY_REWIND );
break;
case DIKS_PREVIOUS:
mplayer_put_key( KEY_PREVIOUS );
mplayer_put_key( KEY_PREV );
break;
case DIKS_VOLUME_UP:
mplayer_put_key( KEY_VOLUME_UP );