Merge branch 'master' into qmake
[mdictionary] / src / plugins / xdxf / XdxfLoadDialog.cpp
index 4bb5282..c3ce79e 100644 (file)
@@ -46,8 +46,8 @@ XdxfLoadDialog::XdxfLoadDialog(QWidget *parent) :
 
     cacheLayout = new QHBoxLayout;
     verticalLayout->addLayout(cacheLayout);
-    accentsCheckBox = new QCheckBox(tr("Strip accents \n(searching takes more time, "
-                 "but spelling don't have to be exact)"));
+    accentsCheckBox = new QCheckBox(tr("Strip accents \n(searching takes more "
+                 "time, but spelling don't have to be exact)"));
     verticalLayout->addWidget(accentsCheckBox);
 
     cacheCheckBox = new QCheckBox(tr("Optimize for quicker searches (may take some time)"),this);
@@ -78,7 +78,6 @@ void XdxfLoadDialog::selectFile() {
                                      NULL);
 
     if (!fileName.isEmpty()) {
-        qDebug()<<fileName;
         browseLabel->setText(tr("Dictionary file: %1").arg(fileName));
         _dicitonaryFilePath = fileName;
     }repaint(rect());