From: Colin Leroy Date: Tue, 27 May 2014 09:50:30 +0000 (+0200) Subject: Automatically set gtk-auto-mnemonics on Win32; fixes bug #3179 X-Git-Tag: 3.10.1~71 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=589e83eb73893c1dd2b807420d52488bc0d0545f Automatically set gtk-auto-mnemonics on Win32; fixes bug #3179 --- diff --git a/src/main.c b/src/main.c index 41d49cffd..37b26d5cc 100644 --- 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