Preferences/ConfigurationPages/NetworkPage.py

changeset 2194
0fce40af66b8
parent 2190
abd65b78425e
child 2302
f29e9405c851
diff -r fc37253e4dbd -r 0fce40af66b8 Preferences/ConfigurationPages/NetworkPage.py
--- a/Preferences/ConfigurationPages/NetworkPage.py	Tue Nov 06 18:10:28 2012 +0100
+++ b/Preferences/ConfigurationPages/NetworkPage.py	Wed Nov 07 11:52:17 2012 +0100
@@ -185,7 +185,7 @@
         """
         Private slot handling the selection of a proxy type.
         
-        @param index index of the selected item (integer) 
+        @param index index of the selected item (integer)
         """
         proxyType = self.ftpProxyTypeCombo.itemData(index)
         self.ftpProxyHostEdit.setEnabled(proxyType != E5FtpProxyType.NoProxy)

eric ide

mercurial