Skip to content

Commit

Permalink
patch for #274 (needed only on windoze)
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.kvirc.de/svn/tags/kvirc/3.4.2@2820 17fca916-40b9-46aa-a4ea-0a15b648b75c
  • Loading branch information
ctrlaltca committed Nov 4, 2008
1 parent 3401433 commit ae868f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/kvirc/kernel/kvi_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ int parseArgs(ParseArgs * a)
a->szExecCommand.append("openurl ");
tmp.replaceAll("$",""); // the urls can't contain $ signs
tmp.replaceAll(";",""); // the urls can't contain ; signs
tmp.replaceAll("%",""); // the urls can't contain % signs
a->szExecCommand.append(tmp);
} else {
QString tmp = QString::fromLocal8Bit(p);
Expand Down

0 comments on commit ae868f2

Please sign in to comment.