Enlightenment CVS committal Author : jethomas Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/bin/tests/modal Modified Files: ewl_modal.c Log Message: Fix a bunch of typos =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/modal/ewl_modal.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- ewl_modal.c 23 Aug 2007 05:26:46 -0000 1.5 +++ ewl_modal.c 29 Nov 2007 03:50:43 -0000 1.6 @@ -32,7 +32,7 @@ ewl_widget_show(vbox); o = ewl_button_new(); - ewl_button_label_set(EWL_BUTTON(o), "launch modal window"); + ewl_button_label_set(EWL_BUTTON(o), "Launch modal window"); ewl_container_child_append(EWL_CONTAINER(vbox), o); ewl_callback_append(o, EWL_CALLBACK_CLICKED, ewl_widget_cb_click, NULL); ewl_widget_show(o); @@ -59,7 +59,7 @@ ewl_widget_show(vbox); o = ewl_button_new(); - ewl_button_label_set(EWL_BUTTON(o), "go modal"); + ewl_button_label_set(EWL_BUTTON(o), "Go modal"); ewl_callback_append(o, EWL_CALLBACK_CLICKED, ewl_widget_cb_go_modal, emb); ewl_container_child_append(EWL_CONTAINER(vbox), o); ------------------------------------------------------------------------- SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs