From: Toni Jussila Date: Mon, 26 Apr 2010 08:15:12 +0000 (+0300) Subject: Bugfix: Settings help dialog has wrong names in buttons because changes have been... X-Git-Url: http://git.maemo.org/git/?p=speedfreak;a=commitdiff_plain;h=f110bcd06799fb5d56821cc5cca946548986a4c6 Bugfix: Settings help dialog has wrong names in buttons because changes have been done in settings dialog. --- diff --git a/Client/Graphics/settingsDialog.png b/Client/Graphics/settingsDialog.png index 8c9c2a3..35bcbe4 100644 Binary files a/Client/Graphics/settingsDialog.png and b/Client/Graphics/settingsDialog.png differ diff --git a/Client/helpsettingsdialog.ui b/Client/helpsettingsdialog.ui index 5eba07a..1f1da59 100644 --- a/Client/helpsettingsdialog.ui +++ b/Client/helpsettingsdialog.ui @@ -120,14 +120,14 @@ your registering will be confirmed. 2. After succesful registering you need to put username and password to the -fields and press Set user button. After +fields and press Log in -button. After that you are logged in and can send own results to the server. NOTE: If you are registered your user- name before you just need to set your username and password in to the Set user -fields and press Set user -button. +fields and press Log in -button. diff --git a/Client/mainwindow.cpp b/Client/mainwindow.cpp index bc32c76..c01329c 100644 --- a/Client/mainwindow.cpp +++ b/Client/mainwindow.cpp @@ -41,7 +41,7 @@ MainWindow::MainWindow(QWidget *parent) : connect(httpClient->myXmlreader, SIGNAL(receivedTop10List()), this, SLOT(showTop10())); welcomeDialog = new WelcomeDialog; - //welcomeDialog->show(); + welcomeDialog->show(); this->setUsernameToMainPanel();