From kde-commits Fri Mar 27 17:19:06 2009 From: =?utf-8?q?Dar=C3=ADo=20Andr=C3=A9s=20Rodr=C3=ADguez?= X-MARC-Message: https://marc.info/?l=kde-commits&m=123817435630817 SVN commit 945545 by darioandres: Backport to 4.2branch of: SVN commit 945542 by darioandres: Rename KDE Control Center -> SystemSettings on timeout message CCBUG: 188098 M +1 -1 global.cpp --- branches/KDE/4.2/kdelibs/kio/kio/global.cpp #945544:945545 @@ -1077,7 +1077,7 @@ "
  • Timeout for receiving a response: %2 seconds
  • " "
  • Timeout for accessing proxy servers: %3 seconds
  • " "Please note that you can alter these timeout settings in the KDE " - "Control Center, by selecting Network -> Preferences." , + "System Settings, by selecting Network Settings -> Connection Preferences." , KProtocolManager::connectTimeout() , KProtocolManager::responseTimeout() , KProtocolManager::proxyConnectTimeout() );