[gthumb/ext] Show the correct help file
- From: Michael J. Chudobiak <mjc src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gthumb/ext] Show the correct help file
- Date: Wed, 26 Aug 2009 18:54:15 +0000 (UTC)
commit 7e532df8ca9682ed193e50098959d29db1c09a16
Author: Michael J. Chudobiak <mjc avtechpulse com>
Date: Wed Aug 26 14:54:02 2009 -0400
Show the correct help file
gthumb/gtk-utils.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gthumb/gtk-utils.c b/gthumb/gtk-utils.c
index 8ce64f0..39b0e89 100644
--- a/gthumb/gtk-utils.c
+++ b/gthumb/gtk-utils.c
@@ -784,7 +784,7 @@ show_help_dialog (GtkWindow *parent,
char *uri;
GError *error = NULL;
- uri = g_strconcat ("ghelp:file-roller", section ? "?" : NULL, section, NULL);
+ uri = g_strconcat ("ghelp:gthumb", section ? "?" : NULL, section, NULL);
if (! gtk_show_uri (gtk_window_get_screen (parent), uri, GDK_CURRENT_TIME, &error)) {
GtkWidget *dialog;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]