summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2011-02-21 16:09:22 -0500
committerShaun McCance <shaunm@gnome.org>2011-02-21 16:09:22 -0500
commit925eb25ee1e3696e112993db276f194ac9ded54a (patch)
tree5339bd7b9808a88c06b00d6e2a8da2431cd5bf60
parent787218cd26d31226fb8b60b2c148cdc0a71b009f (diff)
downloadyelp-925eb25ee1e3696e112993db276f194ac9ded54a.tar.gz
src/yelp-application.c: Default to ghelp:gnome-help
-rw-r--r--src/yelp-application.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yelp-application.c b/src/yelp-application.c
index 692cb6c9..ab6d133e 100644
--- a/src/yelp-application.c
+++ b/src/yelp-application.c
@@ -39,7 +39,7 @@
#include "yelp-application.h"
#include "yelp-window.h"
-#define DEFAULT_URI "ghelp:user-guide"
+#define DEFAULT_URI "ghelp:gnome-help"
static gboolean editor_mode = FALSE;