]> git.street.me.uk Git - andy/viking.git/blobdiff - src/toolbar.c
Shift GTK+ compatibility definitions into vik_compat.h
[andy/viking.git] / src / toolbar.c
index 15416c5d22a532921aeef05d62f3d5bb53300512..1f14fc275c110472b8a36b313e83e5d1494899ea 100644 (file)
@@ -150,7 +150,11 @@ void a_toolbar_init (void)
        a_preferences_register (&prefs[i++], tmp, TOOLBAR_PARAMS_GROUP_KEY);
        tmp.u = 0;
        a_preferences_register (&prefs[i++], tmp, TOOLBAR_PARAMS_GROUP_KEY);
+#ifdef WINDOWS
+       tmp.u = 1; // Small Icons for Windows by default as 'System Defaults' is more GNOME Theme driven.
+#else
        tmp.u = 0;
+#endif
        a_preferences_register (&prefs[i++], tmp, TOOLBAR_PARAMS_GROUP_KEY);
        tmp.ptr = toolbar_configure_cb;
        a_preferences_register (&prefs[i++], tmp, TOOLBAR_PARAMS_GROUP_KEY);
@@ -943,7 +947,7 @@ static void tb_editor_write_markup(TBEditorWidget *tbw)
 This is Viking's toolbar UI definition.\nThe DTD can be found at \n\
 http://library.gnome.org/devel/gtk/stable/GtkUIManager.html#GtkUIManager.description.\n\n\
 Generally one should use the toolbar editor in Viking rather than editing this file.\n\n\
-For manual changes this file to take effect, you need to restart Viking.\n\n\
+For manual changes to this file to take effect, you need to restart Viking.\n-->\n\
 \t<toolbar name='MainToolbar'>\n";
        GString *str = g_string_new(template);