No password authentication - it does not work!
[urpo] / src / urpomainwindow.cpp
index 40d23fb..6d3bbfe 100644 (file)
@@ -41,7 +41,7 @@
 
 #include "settingsdialog.h"
 
-#define VERSION "0.9"   /*! Program version */
+#define VERSION "0.92"   /*! Program version */
 
 UrpoMainWindow::UrpoMainWindow(QWidget *parent)
     : QMainWindow(parent)
@@ -153,8 +153,6 @@ void UrpoMainWindow::initHelp()
 
     QString helpfilename = QString(":/help/index_") + language.left(2).toLower() + QString(".html");
 
-    monitor_->debugMessage(helpfilename);
-
     QFile helpfile( helpfilename );
     if( helpfile.exists() )
         helpBrowser_->setSource(QUrl( QString("qrc") + helpfilename  ));