Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : apps/elitaire

Dir     : e17/apps/elitaire/src


Modified Files:
        edje_frontend_gui.cpp 


Log Message:
add a tooltip to the sidebars

===================================================================
RCS file: /cvs/e/e17/apps/elitaire/src/edje_frontend_gui.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- edje_frontend_gui.cpp       10 Jun 2007 10:06:53 -0000      1.3
+++ edje_frontend_gui.cpp       16 Jun 2007 09:01:25 -0000      1.4
@@ -397,6 +397,14 @@
 
     if (eef->elitaire)
         _eli_app_gui_swallow(eef->gui, "elitaire_card_field", eef->elitaire);
+
+    /* set the label text */
+    const char * labels[] = {N_("Games"), N_("Themes"), N_("Cards"), NULL};
+    const char * label_parts[] = {"elitaire_new_box_label",
+                                "elitaire_theme_box_label",
+                                "elitaire_cards_box_label", NULL};
+    for (int i = 0; labels[i] != NULL;  i++)
+        edje_object_part_text_set(eef->gui, label_parts[i], labels[i]);
 }
 
 void _eli_edje_frontend_gui_del(Eli_App * eap)



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to