diff options
Diffstat (limited to 'kdeui/preparetips')
-rwxr-xr-x | kdeui/preparetips | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdeui/preparetips b/kdeui/preparetips index baeaaf3b4..e69e11255 100755 --- a/kdeui/preparetips +++ b/kdeui/preparetips @@ -14,10 +14,10 @@ sub printText if ( $text cmp "" ) { - # replace \ with \\ + # tqreplace \ with \\ $text =~ s/\\/\\\\/g; - # replace " with \" + # tqreplace " with \" $text =~ s/"/\\"/g; print "\"$text\\n\"\n"; |