X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fmainwindow.cpp;h=1ae60ae0afb07d63afe76975c90b1424e114199b;hb=27344791c8b41807005f2ac2864c3741de926a56;hp=b513ca8a234603e15fa77f6d1dd5fa099bb29bfb;hpb=d5669b15e5943eb1be12dfc86c9fe898234dfa04;p=qcpufreq diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index b513ca8..1ae60ae 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -1,6 +1,6 @@ /* * QCPUFreq - a simple cpufreq GUI - * Copyright (C) 2010 Daniel Klaffenbach + * Copyright (C) 2010-11 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 @@ -28,7 +28,7 @@ #endif #define APPNAME "QCPUFreq" -#define APPVERSION "0.4.2" +#define APPVERSION "0.4.3" MainWindow::MainWindow(QWidget *parent) : @@ -117,7 +117,7 @@ MainWindow::~MainWindow() */ void MainWindow::about() { - QMessageBox::about(this, APPNAME " " APPVERSION, "

© 2010 Daniel Klaffenbach

" ); + QMessageBox::about(this, APPNAME " " APPVERSION, "

© 2011 Daniel Klaffenbach

" ); refresh(); } @@ -421,6 +421,7 @@ void MainWindow::loadPreset(QString presetName) callHelper("loadpreset", presetName); calculateMinFreq(); QMaemo5InformationBox::information(this, tr( "The preset was loaded." ), QMaemo5InformationBox::DefaultTimeout); + refresh(); #endif }