New release: 0.4.3
[qcpufreq] / src / mainwindow.cpp
index b513ca8..1ae60ae 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * QCPUFreq - a simple cpufreq GUI
- * Copyright (C) 2010 Daniel Klaffenbach <danielklaffenbach@gmail.com>
+ * Copyright (C) 2010-11 Daniel Klaffenbach <danielklaffenbach@gmail.com>
  *
  * 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, "<p style=\"align:center;\">&copy; 2010 Daniel Klaffenbach</p>" );
+    QMessageBox::about(this, APPNAME " " APPVERSION, "<p style=\"align:center;\">&copy; 2011 Daniel Klaffenbach</p>" );
     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
 }