comparison src/pixbuf-renderer.c @ 196:f6e307c7bad6

rename GQview -> Geeqie over the code
author nadvornik
date Sun, 23 Mar 2008 20:38:54 +0000
parents b1acdfc7271b
children fa0e05f985c3
comparison
equal deleted inserted replaced
195:d85687d951aa 196:f6e307c7bad6
1 /* 1 /*
2 * GQview 2 * Geeqie
3 * (C) 2006 John Ellis 3 * (C) 2006 John Ellis
4 * 4 *
5 * Author: John Ellis 5 * Author: John Ellis
6 * 6 *
7 * This software is released under the GNU General Public License (GNU GPL). 7 * This software is released under the GNU General Public License (GNU GPL).
16 #include "intl.h" 16 #include "intl.h"
17 17
18 #include <gtk/gtk.h> 18 #include <gtk/gtk.h>
19 19
20 20
21 /* comment this out if not using this from within GQview 21 /* comment this out if not using this from within Geeqie
22 * defining GQVIEW_BUILD does these things: 22 * defining GQVIEW_BUILD does these things:
23 * - Sets the shift-click scroller pixbuf to a nice icon instead of a black box 23 * - Sets the shift-click scroller pixbuf to a nice icon instead of a black box
24 */ 24 */
25 #define GQVIEW_BUILD 1 25 #define GQVIEW_BUILD 1
26 26