Bugfix: Settings help dialog has wrong names in buttons because changes have been...
authorToni Jussila <toni.jussila@fudeco.com>
Mon, 26 Apr 2010 08:15:12 +0000 (11:15 +0300)
committerToni Jussila <toni.jussila@fudeco.com>
Mon, 26 Apr 2010 08:15:12 +0000 (11:15 +0300)
Client/Graphics/settingsDialog.png
Client/helpsettingsdialog.ui
Client/mainwindow.cpp

index 8c9c2a3..35bcbe4 100644 (file)
Binary files a/Client/Graphics/settingsDialog.png and b/Client/Graphics/settingsDialog.png differ
index 5eba07a..1f1da59 100644 (file)
@@ -120,14 +120,14 @@ your registering will be confirmed.   </string>
    <property name="text">
     <string>2. After succesful registering you need
 to put username and password to the
    <property name="text">
     <string>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
 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.</string>
+fields and press Log in -button.</string>
    </property>
   </widget>
  </widget>
    </property>
   </widget>
  </widget>
index bc32c76..c01329c 100644 (file)
@@ -41,7 +41,7 @@ MainWindow::MainWindow(QWidget *parent) :
     connect(httpClient->myXmlreader, SIGNAL(receivedTop10List()), this, SLOT(showTop10()));    
 
     welcomeDialog = new WelcomeDialog;
     connect(httpClient->myXmlreader, SIGNAL(receivedTop10List()), this, SLOT(showTop10()));    
 
     welcomeDialog = new WelcomeDialog;
-    //welcomeDialog->show();
+    welcomeDialog->show();
 
     this->setUsernameToMainPanel();
 
 
     this->setUsernameToMainPanel();