chiark / gitweb /
Disobedience login window now has a 'remote' switch. When off it will
[disorder] / disobedience / help.c
index db46db0f2d10bcdf6ec01d9e31b2227605b3b260..a1829408d749b01ec1a33d31fc9d4a5c1c185c2c 100644 (file)
@@ -1,6 +1,7 @@
+
 /*
  * This file is part of DisOrder
- * Copyright (C) 2007 Richard Kettlewell
+ * Copyright (C) 2007, 2008 Richard Kettlewell
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -31,7 +32,7 @@ void popup_help(void) {
   pid_t pid;
   int w;
 
-  byte_xasprintf(&path, "%s/disobedience.html", docdir);
+  byte_xasprintf(&path, "%s/disobedience.html", pkgdatadir);
   if(!(pid = xfork())) {
     exitfn = _exit;
     if(!xfork()) {