6f195d47cd
* lots of bugfixes, see here for details: http://bugzilla.gnome.org/buglist.cgi?product=dia&target_milestone=0.97.2
13 lines
467 B
Plaintext
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;
|