Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > media > contrib-backports-src > by-pkgid > 57519e061aff627d534d1ac0af930a8c > files > 1

bouml-4.19.3-1mdv2009.1.src.rpm

diff -Naur bouml_4.3.4.orig/src/dialog/HelpDialog.cpp bouml_4.3.4/src/dialog/HelpDialog.cpp
--- bouml_4.3.4.orig/src/dialog/HelpDialog.cpp	2008-05-09 14:56:03.000000000 +0200
+++ bouml_4.3.4/src/dialog/HelpDialog.cpp	2008-05-25 17:48:32.000000000 +0200
@@ -132,7 +132,10 @@
   
   dirs[0] = ManualDir;
   DocDir = "";
-  
+
+  if (NavigatorPath.isEmpty())
+    NavigatorPath = "/usr/bin/xdg-open";
+
   for (index = (ManualDir.isEmpty()) ? 1 : 0;
        index != sizeof(dirs)/sizeof(*dirs);
        index += 1) {