Commit 8775d0d7 authored by Ludovic Fauvet's avatar Ludovic Fauvet Committed by Jean-Baptiste Kempf

Gestures: use left button, by default

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent be930749
......@@ -76,11 +76,7 @@ static void Close ( vlc_object_t * );
#define BUTTON_LONGTEXT N_( \
"Trigger button for mouse gestures." )
#if defined (HAVE_MAEMO)
# define BUTTON_DEFAULT "left"
#else
# define BUTTON_DEFAULT "right"
#endif
#define BUTTON_DEFAULT "left"
static const char *const button_list[] = { "left", "middle", "right" };
static const char *const button_list_text[] =
......
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