Enlightenment CVS committal

Author  : jethomas
Project : e17
Module  : libs/ewl

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


Modified Files:
        ewl_layer.c 


Log Message:
Fix a bunch of typos

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/layer/ewl_layer.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- ewl_layer.c 23 Aug 2007 05:26:46 -0000      1.5
+++ ewl_layer.c 29 Nov 2007 03:50:43 -0000      1.6
@@ -53,7 +53,7 @@
         */
        for (i = 0; i < 20; i++) {
                w = ewl_button_new();
-               ewl_button_label_set(EWL_BUTTON(w), "hide");
+               ewl_button_label_set(EWL_BUTTON(w), "Hide");
                ewl_container_child_append(EWL_CONTAINER(c), w);
                ewl_widget_layer_priority_set(w, i - 10);
                ewl_object_fill_policy_set(EWL_OBJECT(w), EWL_FLAG_FILL_NONE);
@@ -69,7 +69,7 @@
         */
        for (i = 0; i < 20; i++) {
                w = ewl_button_new();
-               ewl_button_label_set(EWL_BUTTON(w), "show");
+               ewl_button_label_set(EWL_BUTTON(w), "Show");
                ewl_container_child_append(EWL_CONTAINER(c), w);
                ewl_widget_layer_priority_set(w, 10 - i);
                ewl_object_fill_policy_set(EWL_OBJECT(w), EWL_FLAG_FILL_NONE);
@@ -84,7 +84,7 @@
         *  the dynamicly layered button
         */
        w = ewl_button_new();
-       ewl_button_label_set(EWL_BUTTON(w), "up/down");
+       ewl_button_label_set(EWL_BUTTON(w), "Up/Down");
        ewl_container_child_append(EWL_CONTAINER(c), w);
        ewl_widget_layer_priority_set(w, 3);
        ewl_object_fill_policy_set(EWL_OBJECT(w), EWL_FLAG_FILL_NONE);
@@ -97,7 +97,7 @@
         * the disabled button
         */
        w = ewl_button_new();
-       ewl_button_label_set(EWL_BUTTON(w), "disabled");
+       ewl_button_label_set(EWL_BUTTON(w), "Disabled");
        ewl_widget_layer_priority_set(w, 2);
        ewl_container_child_append(EWL_CONTAINER(c), w);
        ewl_object_fill_policy_set(EWL_OBJECT(w), EWL_FLAG_FILL_NONE);



-------------------------------------------------------------------------
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