[gnome-klotski] Rename Help ID



commit 3ee085fbc55871aef01a046fd90ab64edd21d339
Author: John Cheetham <developer johncheetham com>
Date:   Tue Nov 20 08:15:57 2012 +0000

    Rename Help ID

 help/Makefile.am       |    2 +-
 src/gnome-klotski.vala |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/help/Makefile.am b/help/Makefile.am
index 9cb8bd7..22ebdb8 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -1,5 +1,5 @@
 @YELP_HELP_RULES@
-HELP_ID = gnotski
+HELP_ID = gnome-klotski
 
 HELP_MEDIA = \
 	figures/gnotski_start_window.png \
diff --git a/src/gnome-klotski.vala b/src/gnome-klotski.vala
index 06fe3ce..ae60459 100644
--- a/src/gnome-klotski.vala
+++ b/src/gnome-klotski.vala
@@ -909,7 +909,7 @@ public class Klotski : Gtk.Application
     {
         try
         {
-            Gtk.show_uri (window.get_screen (), "help:gnotski", Gtk.get_current_event_time ());
+            Gtk.show_uri (window.get_screen (), "help:gnome-klotski", Gtk.get_current_event_time ());
         }
         catch (Error e)
         {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]