From a6d51a8d4d0951c701629034b00db87d4ea64d1c Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Sat, 18 Jan 2014 18:22:58 +0100 Subject: [PATCH] improve icons on settings toolbar --- src/bin/options.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/bin/options.c b/src/bin/options.c index f0e55f60..6eea718c 100644 --- a/src/bin/options.c +++ b/src/bin/options.c @@ -163,11 +163,11 @@ options_toggle(Evas_Object *win, Evas_Object *bg, Evas_Object *term, ITEM_APPEND("preferences-desktop-font", "Font", FONT); ITEM_APPEND("preferences-desktop-theme", "Theme", THEME); ITEM_APPEND("preferences-desktop-wallpaper", "Wallpaper", WALLPAPER); - ITEM_APPEND("preferences-color", "Colors", COLORS); - ITEM_APPEND("preferences-desktop-multimedia", "Video", VIDEO); - ITEM_APPEND("system-run", "Behavior", BEHAVIOR); + ITEM_APPEND("video-display", "Video", VIDEO); + ITEM_APPEND("preferences-desktop-theme", "Colors", COLORS); + ITEM_APPEND("preferences-system", "Behavior", BEHAVIOR); ITEM_APPEND("preferences-desktop-keyboard-shortcuts", "Keys", KEYS); - ITEM_APPEND("document-open", "Helpers", HELPERS); + ITEM_APPEND("system-run", "Helpers", HELPERS); #undef ITEM_APPEND elm_box_pack_end(op_tbox, o);