]> git.nothing2do.fr Git - diary-mobile.git/commitdiff
little mistake (a "s" !)
authorNorbert Moutarde <norbert.moutarde@nothing2do.eu>
Tue, 10 Jun 2014 07:07:12 +0000 (09:07 +0200)
committerNorbert Moutarde <norbert.moutarde@nothing2do.eu>
Tue, 10 Jun 2014 07:07:12 +0000 (09:07 +0200)
mainwindow.cpp

index d854af36a607f93677c104a132c8b8e023371f93..12934e0e564a054401ad57f658a0d9c8a67578ee 100644 (file)
@@ -452,7 +452,7 @@ void MainWindow::firstrun(){
     conf->setValue(QString("menu"), QVariant(0));
     conf->setValue(QString("download"), QVariant("http://www.nothing2do.eu/ui.sql+"));
     conf->setValue(QString("userftp"), QVariant("<user>"));
-    conf->setValue(QString("hostftp"), QVariant("<host>"));
+    conf->setValue(QString("hostftp"), QVariant("<server>"));
     conf->setValue(QString("passftp"), QVariant("<pass>"));
     conf->setValue(QString("start"), QVariant("begin"));
     conf->setValue(QString("restore"), QVariant("http://www.abc.de/db"));
@@ -904,7 +904,7 @@ void MainWindow::readData(){
     readData(m->downloadedData());
     m->disconnect(m, SIGNAL(downloaded()),this, SLOT(readData()));
 }
-void MainWindows::send(const QString & a){
+void MainWindow::send(const QString & a){
     QString t="select"+a;
     exec(QList<QString> ({conf->value(t).toString()}));
     t=a+"file";