X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/f486ea184ba1d605110eab4862406c11554ed13e..45e6d04af841f7f1114c22d24c3a58d797a6580b:/disobedience/help.c diff --git a/disobedience/help.c b/disobedience/help.c index db46db0..a182940 100644 --- a/disobedience/help.c +++ b/disobedience/help.c @@ -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()) {