X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/59bc9e852ec81ea40735ee083e366a017fd846f7..a2352a7ddb9fe8136c587190aa5d926f18baed79:/src/toolbar.c?ds=sidebyside diff --git a/src/toolbar.c b/src/toolbar.c index 15416c5d..1f14fc27 100644 --- a/src/toolbar.c +++ b/src/toolbar.c @@ -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\n"; GString *str = g_string_new(template);