This commit was manufactured by cvs2svn to create branch 'gtk2'.
[claws.git] / tools / multiwebsearch.pl
index 16ad643ed27e25ea0ed3a7e96fc175ba8d573585..f46a9fa0ec7f9c320aa517465293c2221ea8049e 100644 (file)
@@ -25,6 +25,8 @@ my $what  = '';
 GetOptions("where=s"   => \$where,
           "what=s"     => \$what);
 
+$what =~ s/\s/%20/g;
+
 chdir($ENV{HOME} . "/.sylpheed") 
        || die("Can't find your ~/.sylpheed directory\n");