rimmed pushed a commit to branch master.

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

commit 5417acb30d43290e72af5fe7057c392181beb428
Author: Vyacheslav Reutskiy <v.reuts...@samsung.com>
Date:   Fri Feb 12 17:32:06 2016 +0200

    property_group: set units for program attribute from/range (in/from)
    
    Change-Id: Idd39f0ed2e3f6dcb2d61ccaea11f23affbcd8d3b
---
 src/bin/ui/property_group.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/ui/property_group.c b/src/bin/ui/property_group.c
index 8caf4aa..1a6d93c 100644
--- a/src/bin/ui/property_group.c
+++ b/src/bin/ui/property_group.c
@@ -2349,7 +2349,7 @@ PROGRAM_2COMBOBOX_ADD(_("filter"), program, filter_part, 
filter_state, program,
    COMMON_2SPINNER_ADD(PROGRAM, TEXT, "2swallow", SUB, VALUE1, VALUE2, MEMBER, 
TYPE, MIN, MAX, STEP, FMT, \
                            L1_START, L1_END, L2_START, L2_END, TOOLTIP1, 
TOOLTIP2, MULTIPLIER)
 
-PROGRAM_ATTR_2SPINNER(_("in"), program, in_from, in_range, program, 0.0, 
9999.0, 0.1, "%.1f", "from:", "", "range:", "",
+PROGRAM_ATTR_2SPINNER(_("in"), program, in_from, in_range, program, 0.0, 
9999.0, 0.1, "%.1f", "from:", "sec", "range:", "sec",
                     _("Constant time to wait till program would start"),
                     _("Random number of seconds (from 0 to 'range') added to 
constant time"),
                     1, double,

-- 


Reply via email to