Commit 14e0e6b8 authored by Eric Petit's avatar Eric Petit

vlc_keys.h: fixed ACTIONID_JUMP_BACKWARD_1MIN

parent e7c220f4
......@@ -204,7 +204,7 @@ static inline int StringToKey( char *psz_key )
#define ACTIONID_JUMP_FORWARD_3SEC 19
#define ACTIONID_JUMP_BACKWARD_10SEC 20
#define ACTIONID_JUMP_FORWARD_10SEC 21
#define ACTIONID_JUMP_BACKWARD_1MIN 21
#define ACTIONID_JUMP_BACKWARD_1MIN 22
#define ACTIONID_JUMP_FORWARD_1MIN 23
#define ACTIONID_JUMP_BACKWARD_5MIN 24
#define ACTIONID_JUMP_FORWARD_5MIN 25
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment