$OpenBSD: patch-app_commands_c,v 1.6 2010/03/20 16:53:22 ajacoutot Exp $
--- app/commands.c.orig	Sat Nov  7 18:13:53 2009
+++ app/commands.c	Sun Jan 24 20:14:59 2010
@@ -641,7 +641,7 @@ help_manual_callback (GtkAction *action)
   const char *dentry;
   GError *error = NULL;
 
-  helpdir = dia_get_data_directory("help");
+  helpdir = g_strdup("${PREFIX}/share/doc/dia/html");
   if (!helpdir) {
     message_warning(_("Could not find help directory"));
     return;
