Mercurial > geeqie
diff src/layout_image.c @ 288:d1f74154463e
Replace occurences of Geeqie / geeqie by constants defined in main.h.
| author | zas_ |
|---|---|
| date | Wed, 09 Apr 2008 13:53:01 +0000 |
| parents | 9995c5fb202a |
| children | c1f75ee307ec |
line wrap: on
line diff
--- a/src/layout_image.c Tue Apr 08 23:41:01 2008 +0000 +++ b/src/layout_image.c Wed Apr 09 13:53:01 2008 +0000 @@ -1742,7 +1742,7 @@ layout_image_set_buttons(lw); image_set_drag_func(lw->image, layout_image_drag_cb, lw); - image_attach_window(lw->image, lw->window, NULL, "Geeqie", FALSE); + image_attach_window(lw->image, lw->window, NULL, GQ_APPNAME, FALSE); /* do not hilight selected image in SPLIT_NONE */ /* maybe the image should be selected always and hilight should be controled by
