Enlightenment CVS committal Author : azundris Project : e17 Module : apps/examine
Dir : e17/apps/examine/src Modified Files: examine.c Log Message: * "Apply" rather than "Save" (we know the app will do one, we're not so sure about the other; also, all other non-modal dialogs call it that) =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/examine/src/examine.c,v retrieving revision 1.24 retrieving revision 1.25 diff -u -3 -r1.24 -r1.25 --- examine.c 15 Sep 2004 15:48:51 -0000 1.24 +++ examine.c 26 Sep 2004 12:15:57 -0000 1.25 @@ -421,7 +421,7 @@ ewl_object_fill_policy_set((Ewl_Object *) row, EWL_FLAG_FILL_HFILL); ewl_widget_show(row); - save = ewl_button_new("Save"); + save = ewl_button_new("Apply"); ewl_callback_append(save, EWL_CALLBACK_MOUSE_DOWN, cb_save, NULL); revert = ewl_button_new("Revert"); ewl_callback_append(revert, EWL_CALLBACK_MOUSE_DOWN, cb_revert, NULL); @@ -454,9 +454,9 @@ button = ewl_text_new(name); ewl_widget_show(button); -// pane = ewl_scrollpane_new(); FIXME: ewl scrollpane does not allow + pane = ewl_scrollpane_new(); /* FIXME: ewl scrollpane does not allow */ // additions after realisation - pane = ewl_vbox_new(); +// pane = ewl_vbox_new(); ewl_object_alignment_set(EWL_OBJECT(pane), EWL_FLAG_ALIGN_TOP); ewl_widget_show(pane); ------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php _______________________________________________ enlightenment-cvs mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs