diff options
Diffstat (limited to 'quanta/treeviews/basetreeview.cpp')
-rw-r--r-- | quanta/treeviews/basetreeview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/treeviews/basetreeview.cpp b/quanta/treeviews/basetreeview.cpp index c7f65b22..952badbe 100644 --- a/quanta/treeviews/basetreeview.cpp +++ b/quanta/treeviews/basetreeview.cpp @@ -437,7 +437,7 @@ FileInfoDlg* BaseTreeView::addFileInfoPage(KPropertiesDialog* propDlg) TQFrame *quantaFilePage = propDlg->addPage(i18n("Quanta File Info")); TQVBoxLayout *topLayout = new TQVBoxLayout( quantaFilePage); - quantaFileProperties = new FileInfoDlg( quantaFilePage, i18n("Quanta") ); + quantaFileProperties = new FileInfoDlg( quantaFilePage, i18n("Quanta").ascii() ); int fsize,fimgsize=0; int ct=0,imgct=0,position=0; |