Skip to content

Commit 5525ea4

Browse files
author
gsherman
committed
Removed 5 character limit on proxy user and password. Fixes bug #46.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5211 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 8cd617b commit 5525ea4

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

src/ui/qgsnewhttpconnectionbase.ui

+2-8
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,7 @@
9393
</sizepolicy>
9494
</property>
9595
<property name="toolTip" >
96-
<string>Port number of your HTTP proxy (optional)</string>
97-
</property>
98-
<property name="maxLength" >
99-
<number>5</number>
96+
<string>Your user name for the HTTP proxy (optional)</string>
10097
</property>
10198
</widget>
10299
</item>
@@ -111,10 +108,7 @@
111108
</sizepolicy>
112109
</property>
113110
<property name="toolTip" >
114-
<string>Port number of your HTTP proxy (optional)</string>
115-
</property>
116-
<property name="maxLength" >
117-
<number>5</number>
111+
<string>Password for your HTTP proxy (optional)</string>
118112
</property>
119113
<property name="echoMode" >
120114
<enum>QLineEdit::Password</enum>

0 commit comments

Comments
 (0)