Enlightenment CVS committal

Author  : jethomas
Project : e17
Module  : libs/ewl

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


Modified Files:
        ewl_grid.c 


Log Message:
Fix a bunch of typos

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/grid/ewl_grid.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- ewl_grid.c  23 Aug 2007 05:26:45 -0000      1.4
+++ ewl_grid.c  29 Nov 2007 03:50:43 -0000      1.5
@@ -63,13 +63,13 @@
 
        /* fill the hbox with content */
        w = ewl_button_new();
-       ewl_button_label_set(EWL_BUTTON(w), "append");
+       ewl_button_label_set(EWL_BUTTON(w), "Append");
        ewl_container_child_append(EWL_CONTAINER(hbox), w);
        ewl_callback_append(w, EWL_CALLBACK_CLICKED, child_append_cb, grid);
        ewl_widget_show(w);
 
        w = ewl_button_new();
-       ewl_button_label_set(EWL_BUTTON(w), "prepend");
+       ewl_button_label_set(EWL_BUTTON(w), "Prepend");
        ewl_container_child_prepend(EWL_CONTAINER(hbox), w);
        ewl_callback_append(w, EWL_CALLBACK_CLICKED, child_prepend_cb, grid);
        ewl_widget_show(w);
@@ -85,7 +85,7 @@
        ewl_widget_show(w);
 
        w = ewl_button_new();
-       ewl_button_label_set(EWL_BUTTON(w), "This row is 50px heigh");
+       ewl_button_label_set(EWL_BUTTON(w), "This row is 50px height");
        ewl_container_child_append(EWL_CONTAINER(grid), w);
        ewl_grid_child_position_set(EWL_GRID(grid), w, 1, 2, 3, 3);
        ewl_callback_append(w, EWL_CALLBACK_CLICKED, button_clicked_cb, NULL);
@@ -93,7 +93,7 @@
 
        w = ewl_entry_new();
        ewl_text_text_set(EWL_TEXT(w), "This row use the\n"
-                                       "preferred heigth");
+                                       "preferred height");
        ewl_container_child_append(EWL_CONTAINER(grid), w);
        ewl_grid_child_position_set(EWL_GRID(grid), w, 3, 4, 2, 2);
        ewl_widget_show(w);
@@ -107,7 +107,7 @@
        Ewl_Widget *button;
 
        button = ewl_button_new();
-       ewl_button_label_set(EWL_BUTTON(button), "append");
+       ewl_button_label_set(EWL_BUTTON(button), "Append");
        ewl_container_child_append(EWL_CONTAINER(d), button);
        ewl_callback_append(button, EWL_CALLBACK_CLICKED, button_clicked_cb,
                                        NULL);
@@ -120,7 +120,7 @@
        Ewl_Widget *button;
 
        button = ewl_button_new();
-       ewl_button_label_set(EWL_BUTTON(button), "prepend");
+       ewl_button_label_set(EWL_BUTTON(button), "Prepend");
        ewl_container_child_prepend(EWL_CONTAINER(d), button);
        ewl_callback_append(button, EWL_CALLBACK_CLICKED, button_clicked_cb,
                                        NULL);



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