From 53c3e52cbd7194ef2e2e4b4648f5fac9cd780930 Mon Sep 17 00:00:00 2001 From: Aleksandar Sasha Babic Date: Wed, 17 Jun 2009 09:54:10 +0200 Subject: Making the writing in the status label in sync with the current state. The writings were wrong after i.e. ftp -> connect -> disconnect. --- examples/network/ftp/ftpwindow.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/network') diff --git a/examples/network/ftp/ftpwindow.cpp b/examples/network/ftp/ftpwindow.cpp index 52c31e0bc0..abfb6cc85c 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; } -- cgit v1.2.3