more renames
authorVladimir Nadvornik <nadvornik@suse.cz>
Mon, 24 Mar 2008 12:04:31 +0000 (12:04 +0000)
committerVladimir Nadvornik <nadvornik@suse.cz>
Mon, 24 Mar 2008 12:04:31 +0000 (12:04 +0000)
doc/Makefile.am
src/preferences.c

index 241f035..57d0d23 100644 (file)
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in.
 
-helpdir = $(datadir)/doc/gqview-$(VERSION)/html
+helpdir = $(datadir)/doc/geeqie-$(VERSION)/html
 help_DATA = \
        gnu_fdl.txt     \
        gqview_faq.html \
index 2c934dc..b7ea641 100644 (file)
@@ -1415,8 +1415,8 @@ void show_about_window(void)
        buf = g_strdup_printf(_("Geeqie %s\n\nCopyright (c) %s John Ellis\nwebsite: %s\nemail: %s\n\nReleased under the GNU General Public License"),
                              VERSION,
                              "2006",
-                             "gqview.sourceforge.net",
-                             "gqview@users.sourceforge.net");
+                             "geeqie.sourceforge.net",
+                             "geeqie-devel@lists.sourceforge.net");
        label = gtk_label_new(buf);
        g_free(buf);