[elementary] Irritatingly bad output string now better.

SVN revision: 62732
This commit is contained in:
Gustavo Lima Chaves 2011-08-23 22:44:57 +00:00
parent 0e3f0d69c6
commit 9589706ff9
1 changed files with 1 additions and 1 deletions

View File

@ -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);