Mercurial > geeqie.yaz
diff src/layout_util.c @ 1468:e9f9d3da3f43
added tooltips to external editors on toolbar
- patch by Colin Clark
author | nadvornik |
---|---|
date | Fri, 20 Mar 2009 17:02:00 +0000 |
parents | 1b3751ac4743 |
children | 607c60506863 |
line wrap: on
line diff
--- a/src/layout_util.c Fri Mar 20 16:28:43 2009 +0000 +++ b/src/layout_util.c Fri Mar 20 17:02:00 2009 +0000 @@ -1684,7 +1684,7 @@ { GList *path; EditorDescription *editor = work->data; - GtkActionEntry entry = { editor->key, NULL, editor->name, editor->hotkey, NULL, G_CALLBACK(layout_menu_edit_cb) }; + GtkActionEntry entry = { editor->key, NULL, editor->name, editor->hotkey, editor->comment, G_CALLBACK(layout_menu_edit_cb) }; if (editor->icon && register_theme_icon_as_stock(editor->key, editor->icon)) {