[tomboy] Use a relative path for Tomboy help. Fixes BNC #326457.



commit e601c97e1ad9ae84ed0d5c1cfe369cd44ce4238a
Author: Sandy Armstrong <sanfordarmstrong gmail com>
Date:   Mon May 25 06:55:35 2009 -0700

    Use a relative path for Tomboy help. Fixes BNC #326457.
---
 Tomboy/Defines.cs.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Tomboy/Defines.cs.in b/Tomboy/Defines.cs.in
index 8a0b9b6..e3b3be2 100644
--- a/Tomboy/Defines.cs.in
+++ b/Tomboy/Defines.cs.in
@@ -10,7 +10,7 @@ namespace Tomboy
 		public const string VERSION          = "@version@";
 		public const string DATADIR          = "@datadir@";
 		public const string GNOME_LOCALE_DIR = "@datadir@/locale";
-		public const string GNOME_HELP_DIR   = "@datadir@/gnome/help/tomboy";
+		public const string GNOME_HELP_DIR   = "tomboy";
 		public const string PKGLIBDIR        = "@pkglibdir@";
 		public const string SYS_ADDINS_DIR   = "@pkglibdir@/addins";
 		public const string TOMBOY_WEBSITE   = "http://www.gnome.org/projects/tomboy/";;



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