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:
59f8491
)
[elementary] Irritatingly bad output string now better.
author
Gustavo Lima Chaves
<glima@profusion.mobi>
Tue, 23 Aug 2011 22:44:57 +0000
(22:44 +0000)
committer
Gustavo Lima Chaves
<glima@profusion.mobi>
Tue, 23 Aug 2011 22:44:57 +0000
(22:44 +0000)
SVN revision: 62732
src/lib/elm_win.c
patch
|
blob
|
history
diff --git
a/src/lib/elm_win.c
b/src/lib/elm_win.c
index
3164354
..
e414f38
100644
(file)
--- a/
src/lib/elm_win.c
+++ b/
src/lib/elm_win.c
@@
-1577,7
+1577,7
@@
elm_win_add(Evas_Object *parent, const char *name, Elm_Win_Type type)
Eina_Bool ret = evas_object_key_grab(win->win_obj, "F12", mask, 0,
EINA_TRUE);
- printf("
Key F12 exclusive for dot tree generation. (%d)\n", ret
);
+ printf("
Ctrl+F12 key combination exclusive for dot tree generation\n"
);
#endif
evas_object_smart_callbacks_descriptions_set(win->win_obj, _signals);