comparison src/preferences.c @ 1802:956aab097ea7

added 2010 to copyright text
author nadvornik
date Tue, 16 Feb 2010 21:18:03 +0000
parents 59c72fd324ce
children
comparison
equal deleted inserted replaced
1801:93bb96b21be9 1802:956aab097ea7
1 /* 1 /*
2 * Geeqie 2 * Geeqie
3 * (C) 2006 John Ellis 3 * (C) 2006 John Ellis
4 * Copyright (C) 2008 - 2009 The Geeqie Team 4 * Copyright (C) 2008 - 2010 The Geeqie Team
5 * 5 *
6 * Author: John Ellis 6 * Author: John Ellis
7 * 7 *
8 * This software is released under the GNU General Public License (GNU GPL). 8 * This software is released under the GNU General Public License (GNU GPL).
9 * Please read the included file COPYING for more information. 9 * Please read the included file COPYING for more information.
2123 gtk_widget_show(button); 2123 gtk_widget_show(button);
2124 2124
2125 buf = g_strdup_printf(_("%s %s\n\nCopyright (c) 2006 John Ellis\nCopyright (c) %s The Geeqie Team\nwebsite: %s\nemail: %s\n\nReleased under the GNU General Public License"), 2125 buf = g_strdup_printf(_("%s %s\n\nCopyright (c) 2006 John Ellis\nCopyright (c) %s The Geeqie Team\nwebsite: %s\nemail: %s\n\nReleased under the GNU General Public License"),
2126 GQ_APPNAME, 2126 GQ_APPNAME,
2127 VERSION, 2127 VERSION,
2128 "2008 - 2009", 2128 "2008 - 2010",
2129 GQ_WEBSITE, 2129 GQ_WEBSITE,
2130 GQ_EMAIL_ADDRESS); 2130 GQ_EMAIL_ADDRESS);
2131 label = gtk_label_new(buf); 2131 label = gtk_label_new(buf);
2132 g_free(buf); 2132 g_free(buf);
2133 2133