commit 589e83eb73893c1dd2b807420d52488bc0d0545f
parent bdf300239810d9b56333a460b4a9520f17d54e42
Author: Colin Leroy <colin@colino.net>
Date: Tue, 27 May 2014 11:50:30 +0200
Automatically set gtk-auto-mnemonics on Win32; fixes bug #3179
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/main.c b/src/main.c
@@ -1060,6 +1060,10 @@ int main(int argc, char *argv[])
"gtk-theme-name",
"MS-Windows",
"XProperty");
+ gtk_settings_set_long_property(gtk_settings_get_default(),
+ "gtk-auto-mnemonics",
+ TRUE,
+ "XProperty");
#endif
#ifdef HAVE_NETWORKMANAGER_SUPPORT