X-Git-Url: http://git.maemo.org/git/?p=urpo;a=blobdiff_plain;f=src%2Furpomainwindow.cpp;h=70095ae6fb77a8940dec4dd9df68c568c7fe6b5f;hp=40d23fbbece64cab7697a841452e2410903bebe3;hb=081e3e630cd9abf1e811738f2250b4b8239d9255;hpb=1cb1d5f47b8569fa77ce065e4aa9441932b24a70 diff --git a/src/urpomainwindow.cpp b/src/urpomainwindow.cpp index 40d23fb..70095ae 100644 --- a/src/urpomainwindow.cpp +++ b/src/urpomainwindow.cpp @@ -41,7 +41,7 @@ #include "settingsdialog.h" -#define VERSION "0.9" /*! Program version */ +#define VERSION "0.9.2" /*! 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 ));