projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2854f5a
)
Elementary: use more descriptive label for flip test button
author
Bruno Dilly
<bdilly@profusion.mobi>
Mon, 13 Aug 2012 22:23:41 +0000
(22:23 +0000)
committer
Bruno Dilly
<bdilly@profusion.mobi>
Mon, 13 Aug 2012 22:23:41 +0000
(22:23 +0000)
Since effect is hardcoded as page, instead of using the selected
for interaction (using radiobuttons), it is better to make it clear.
SVN revision: 75227
src/bin/test_flip.c
patch
|
blob
|
history
diff --git
a/src/bin/test_flip.c
b/src/bin/test_flip.c
index
d5355a3
..
d920946
100644
(file)
--- a/
src/bin/test_flip.c
+++ b/
src/bin/test_flip.c
@@
-611,7
+611,7
@@
test_flip4(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_info
evas_object_smart_callback_add(rd, "changed", my_fl_ch, win);
bt = elm_button_add(win);
- elm_object_text_set(bt, "
Go
");
+ elm_object_text_set(bt, "
Flip page
");
evas_object_smart_callback_add(bt, "clicked", my_fl_go, win);
evas_object_size_hint_align_set(bt, EVAS_HINT_FILL, EVAS_HINT_FILL);
evas_object_size_hint_weight_set(bt, EVAS_HINT_EXPAND, 0.0);