Enlightenment CVS committal

Author  : titan
Project : e17
Module  : apps/ephoto

Dir     : e17/apps/ephoto/src/bin


Modified Files:
        ephoto_import.c 


Log Message:
Use labels instead of text for this..

===================================================================
RCS file: /cvs/e/e17/apps/ephoto/src/bin/ephoto_import.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ephoto_import.c     8 Apr 2008 22:39:00 -0000       1.1
+++ ephoto_import.c     10 Apr 2008 20:47:24 -0000      1.2
@@ -77,11 +77,11 @@
         vbox = add_box(window, EWL_ORIENTATION_VERTICAL, 10);
         ewl_object_fill_policy_set(EWL_OBJECT(vbox), EWL_FLAG_FILL_ALL);
 
-        add_text(vbox, "Please provide a name for the new album:");
+        add_label(vbox, "Please provide a name for the new album:");
 
         name_entry = add_entry(vbox, "New Album", NULL, NULL);
 
-        add_text(vbox, "Please provide a short description for this album:");
+        add_label(vbox, "Please provide a short description for this album:");
 
         desc_entry = add_entry(vbox, "Album Description", NULL, NULL);
 



-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to