File dia-0.92.2-callbrowser.diff of Package dia
diff -ur dia-0.92.orig/app/commands.c dia-0.92/app/commands.c
--- dia-0.92.orig/app/commands.c 2003-09-03 00:06:29.000000000 +0200
+++ dia-0.92/app/commands.c 2003-10-27 16:17:56.000000000 +0100
@@ -514,7 +514,7 @@
ShellExecuteA (0, "open", helpindex, NULL, helpdir, SW_SHOWNORMAL);
#else
command = getenv("BROWSER");
- command = g_strdup_printf("%s 'file://%s' &", command ? command : "netscape", helpindex);
+ command = g_strdup_printf("%s 'file://%s' &", command ? command : "call-browser", helpindex);
system(command);
g_free(command);
#endif