99999, 99999 /* max */
);
- mt = e_widget_button_add(evas, _("Move application up"), "enlightenment/e",
+ mt = e_widget_button_add(evas, _("Move application up"), "widget/up_arrow",
_cb_button_move_up, cfdata, NULL);
cfdata->gui.o_move_up_button = mt;
e_widget_framelist_object_append(of, mt);
e_widget_disabled_set(cfdata->gui.o_move_up_button, 1);
- mt = e_widget_button_add(evas, _("Move application down"), "enlightenment/e",
+ mt = e_widget_button_add(evas, _("Move application down"), "widget/down_arrow",
_cb_button_move_down, cfdata, NULL);
cfdata->gui.o_move_down_button = mt;
e_widget_framelist_object_append(of, mt);