X-Git-Url: http://git.maemo.org/git/?p=urpo;a=blobdiff_plain;f=src%2Furpomainwindow.cpp;h=6d3bbfe060a0725b446c2a5cb96bbad322b3d527;hp=40d23fbbece64cab7697a841452e2410903bebe3;hb=f681d4fd85ebf39acd2c06f8ac8185970fff2a13;hpb=9b0352c17625d2053b86dec69475fce6508b1c1e diff --git a/src/urpomainwindow.cpp b/src/urpomainwindow.cpp index 40d23fb..6d3bbfe 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.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 ));