X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fhelpwindow.cpp;h=d6ab84a1f1398c58e1082d731cbc988f3672e128;hb=eb1a5ae41a6b840d332ad78bbc8b715e353f0c11;hp=95b48630de5431a067d0705ba5378dfad56aadc8;hpb=c1f49a414dc8f35c0f7be0d7077f26552de9abb3;p=qcpufreq diff --git a/src/helpwindow.cpp b/src/helpwindow.cpp index 95b4863..d6ab84a 100644 --- a/src/helpwindow.cpp +++ b/src/helpwindow.cpp @@ -1,3 +1,21 @@ +/* + * QCPUFreq - a simple cpufreq GUI + * Copyright (C) 2010 Daniel Klaffenbach + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + #include "helpwindow.h" #include "ui_helpwindow.h" @@ -50,12 +68,12 @@ void HelpWindow::setHelpText() //open the file if ( !help.exists() || !help.open( QIODevice::ReadOnly ) ) { - //try to open the file in english language instead - help.setFileName(":/txt/help_en"); - if ( !help.exists() || !help.open( QIODevice::ReadOnly ) ) { - QMessageBox::critical(this, tr("QCPUFreq"), tr("Cannot open help file!")); - return; - } + //try to open the file in english language instead + help.setFileName(":/txt/help_en"); + if ( !help.exists() || !help.open( QIODevice::ReadOnly ) ) { + QMessageBox::critical(this, tr("QCPUFreq"), tr("Cannot open help file!")); + return; + } } //read the file