diff options
Diffstat (limited to 'examples/network/ftp/ftpwindow.cpp')
-rw-r--r-- | examples/network/ftp/ftpwindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/network/ftp/ftpwindow.cpp b/examples/network/ftp/ftpwindow.cpp index 52c31e0..abfb6cc 100644 --- a/examples/network/ftp/ftpwindow.cpp +++ b/examples/network/ftp/ftpwindow.cpp @@ -139,6 +139,7 @@ void FtpWindow::connectOrDisconnect() #ifndef QT_NO_CURSOR setCursor(Qt::ArrowCursor); #endif + statusLabel->setText(tr("Please enter the name of an FTP server.")); return; } |