Skip to content

Commit

Permalink
more renames
Browse files Browse the repository at this point in the history
  • Loading branch information
nadvornik committed Mar 24, 2008
1 parent 70dabcc commit 84ae856
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/Makefile.am
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
4 changes: 2 additions & 2 deletions src/preferences.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 84ae856

Please sign in to comment.