Fixed a typo ...
This commit is contained in:
parent
82f9528927
commit
df793e6763
1 changed files with 1 additions and 1 deletions
|
@ -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 += " &";
|
||||
|
|
Loading…
Add table
Reference in a new issue