openbsd-ports/graphics/dia/patches/patch-app_commands_c
2011-12-18 19:18:39 +00:00

13 lines
467 B
Plaintext

$OpenBSD: patch-app_commands_c,v 1.7 2011/12/18 19:18:39 ajacoutot Exp $
--- app/commands.c.orig Sat Dec 17 17:30:38 2011
+++ app/commands.c Sun Dec 18 19:57:02 2011
@@ -648,7 +648,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;