diff options
Diffstat (limited to 'data/defscript/popups.kvs')
-rw-r--r-- | data/defscript/popups.kvs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/defscript/popups.kvs b/data/defscript/popups.kvs index 643a0377..7c5e1f67 100644 --- a/data/defscript/popups.kvs +++ b/data/defscript/popups.kvs @@ -1159,7 +1159,7 @@ defpopup(logging) # If this window is being logged actually , $log.file will be non empty # and pointing to the log file actually open. - %:logfile = $str.tqreplace($log.file,,$file.localdir) + %:logfile = $str.replace($log.file,,$file.localdir) } label($tr("Logging to"):<br><b>%:logfile</b>) ("%:logfile" != "") |