Fixed bugs 5711 and 5832. Now graph's line wont draw out of the diagram and messagebo...
[speedfreak] / Client / httpclient.cpp
index e43f761..6e43dfd 100644 (file)
@@ -407,7 +407,7 @@ void HttpClient::ackOfLogin()
         qDebug() <<  "errorcode:" << errorcode << reply->errorString();
        if(myMainw->settingsDialog)
        {
         qDebug() <<  "errorcode:" << errorcode << reply->errorString();
        if(myMainw->settingsDialog)
        {
-               QMessageBox::about(myMainw->settingsDialog, "Server does not recognize your username. Please registrate.",reply->errorString());
+                QMessageBox::about(myMainw->settingsDialog, "Wrong username or password!","Please try again.");
                myMainw->settingsDialog->usernameOk(false);
        }
     }
                myMainw->settingsDialog->usernameOk(false);
        }
     }