Enlightenment CVS committal

Author  : jethomas
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin/tests/dialog


Modified Files:
        ewl_dialog.c 


Log Message:
Fix a bunch of typos

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/dialog/ewl_dialog.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- ewl_dialog.c        14 Nov 2007 20:02:58 -0000      1.8
+++ ewl_dialog.c        29 Nov 2007 03:50:42 -0000      1.9
@@ -77,7 +77,7 @@
        ewl_widget_show(o);
 
        o = ewl_button_new();
-       ewl_button_label_set(EWL_BUTTON(o), "Lanuch Dialog");
+       ewl_button_label_set(EWL_BUTTON(o), "Launch Dialog");
        ewl_callback_append(o, EWL_CALLBACK_CLICKED, run_dialog, chain);
        ewl_container_child_append(box, o);
        ewl_widget_show(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

Reply via email to