commit bac0338c953b47c86c788aaa7302c973c99a7155
parent 681532e4c5ece8ee0229a030770979b3e4f81871
Author: Andrej Kacian <ticho@claws-mail.org>
Date: Fri, 2 Dec 2016 12:48:30 +0100
Enable icons of stock GTK buttons on Windows.
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/main.c b/src/main.c
@@ -1067,6 +1067,10 @@ int main(int argc, char *argv[])
"gtk-auto-mnemonics",
TRUE,
"XProperty");
+ gtk_settings_set_long_property(gtk_settings_get_default(),
+ "gtk-button-images",
+ TRUE,
+ "XProperty");
#endif
#ifdef HAVE_NETWORKMANAGER_SUPPORT