rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=e26b14b968e5e14dc7e3751c1c71c392ba0856f9

commit e26b14b968e5e14dc7e3751c1c71c392ba0856f9
Author: Mykyta Biliavskyi <m.biliavs...@samsung.com>
Date:   Wed Jun 8 17:11:46 2016 +0300

    Property: add tooltip text for color class manager property.
    
    Only for "description".
---
 src/bin/ui/property/property_color.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/ui/property/property_color.c 
b/src/bin/ui/property/property_color.c
index 7c3af28..0e8b8df 100644
--- a/src/bin/ui/property/property_color.c
+++ b/src/bin/ui/property/property_color.c
@@ -178,6 +178,7 @@ property_color_class_manager_init()
    color_data.item_description.action1.init_cb = _init_cb;
    color_data.item_description.action1.change_cb = _change_cb;
    color_data.item_description.action1.update_cb = _update_cb;
+   color_data.item_description.action1.tooltip = 
eina_stringshare_add(_("Provides a descriptive name for the effect of the color 
class"));
 
    color_data.item_title1.name = "Object color";
    color_data.item_object_color.action1.control_type = 
PROPERTY_CONTROL_COLORSEL;

-- 


Reply via email to