detect a disconect error in GooglePlugin
[mdictionary] / trunk / src / base / gui / TranslationWidget.cpp
index 5281197..5699587 100644 (file)
@@ -48,7 +48,7 @@ TranslationWidget::TranslationWidget(QWidget *parent):
 
     QFile file(":/xsl/xsl.xsl");
     if(!file.open(QFile::ReadOnly))
-        qDebug()<<"can't open a xslt file";
+        qDebug()<<"error can't open a xslt file";
     else
         xslt=file.readAll();
 }