bin/tools: code refactoring.

rename to explicit name.
This commit is contained in:
ChunEon Park 2015-02-26 14:23:46 +09:00
parent 3a60e771a6
commit b28526310f
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ images {
image: "live_edit.png" COMP;
}
group { name: "line";
group { name: "goto";
parts {
part { name: "img";
type: IMAGE;

View File

@ -155,7 +155,7 @@ tools_create(Evas_Object *parent, Evas_Object *enventor)
evas_object_size_hint_align_set(btn, 0.0, EVAS_HINT_FILL);
elm_box_pack_end(box, btn);
btn = tools_btn_create(box, "line", "Goto Lines (Ctrl + L)",
btn = tools_btn_create(box, "goto", "Goto Lines (Ctrl + L)",
goto_cb, enventor);
evas_object_size_hint_weight_set(btn, 0, EVAS_HINT_EXPAND);
evas_object_size_hint_align_set(btn, 0.0, EVAS_HINT_FILL);