diff options
Diffstat (limited to 'src/qalculateexportcsvdialog.cpp')
-rw-r--r-- | src/qalculateexportcsvdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qalculateexportcsvdialog.cpp b/src/qalculateexportcsvdialog.cpp index a224ee8..7a2ffc6 100644 --- a/src/qalculateexportcsvdialog.cpp +++ b/src/qalculateexportcsvdialog.cpp @@ -152,7 +152,7 @@ void QalculateExportCSVDialog::slotOk() { } if(!CALCULATOR->exportCSV(*matrix_struct, str.ascii(), delimiter)) { TQString error_str; - error_str.sprintf(i18n("Could not export to file \n%s"), str.ascii()); + error_str.sprintf(i18n("Could not export to file \n%s").utf8(), str.ascii()); KMessageBox::error(this, error_str); reject(); } |