1
0
Fork 0

Fixed a typo ...

This commit is contained in:
curt 2001-07-09 12:58:08 +00:00
parent 82f9528927
commit df793e6763

View file

@ -440,7 +440,7 @@ void helpCb (puObject *)
if ( system("xwininfo -name Netscape > /dev/null 2>&1") == 0 ) {
command = help_app + " -remote \"openURL(" + path.str() + ")\"";
} else {
command = help_app + path.str();
command = help_app + " " + path.str();
}
#if !defined(WIN32)
command += " &";