comparison src/search.c @ 196:f6e307c7bad6

rename GQview -> Geeqie over the code
author nadvornik
date Sun, 23 Mar 2008 20:38:54 +0000
parents 0584cb78aa14
children 22ed43d4c849
comparison
equal deleted inserted replaced
195:d85687d951aa 196:f6e307c7bad6
1 /* 1 /*
2 * GQview 2 * Geeqie
3 * (C) 2005 John Ellis 3 * (C) 2005 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).
2555 2555
2556 sd->window = gtk_window_new(GTK_WINDOW_TOPLEVEL); 2556 sd->window = gtk_window_new(GTK_WINDOW_TOPLEVEL);
2557 window_set_icon(sd->window, NULL, NULL); 2557 window_set_icon(sd->window, NULL, NULL);
2558 2558
2559 gtk_window_set_resizable(GTK_WINDOW(sd->window), TRUE); 2559 gtk_window_set_resizable(GTK_WINDOW(sd->window), TRUE);
2560 gtk_window_set_title(GTK_WINDOW(sd->window), _("Image search - GQview")); 2560 gtk_window_set_title(GTK_WINDOW(sd->window), _("Image search - Geeqie"));
2561 gtk_window_set_wmclass(GTK_WINDOW(sd->window), "search", "GQview"); 2561 gtk_window_set_wmclass(GTK_WINDOW(sd->window), "search", "Geeqie");
2562 2562
2563 geometry.min_width = 32; 2563 geometry.min_width = 32;
2564 geometry.min_height = 32; 2564 geometry.min_height = 32;
2565 geometry.base_width = DEF_SEARCH_WIDTH; 2565 geometry.base_width = DEF_SEARCH_WIDTH;
2566 geometry.base_height = DEF_SEARCH_HEIGHT; 2566 geometry.base_height = DEF_SEARCH_HEIGHT;