- BUGFIX: Fixed proxy host max length in preferences

This commit is contained in:
Christophe Dumez
2007-11-28 12:51:27 +00:00
parent 8bcaf55439
commit 993002a151
2 changed files with 3 additions and 2 deletions

1
TODO
View File

@@ -53,4 +53,5 @@
rc9->rc10 changelog:
- FEATURE: Greatly improved ETA calculation algorithm (use GASA)
- BUGFIX: Fixed proxy host max length in preferences
- COSMETIC: Use more skin colors instead of hard coded ones

View File

@@ -794,10 +794,10 @@
<bool>false</bool>
</property>
<property name="text" >
<string>0.0.0.0</string>
<string/>
</property>
<property name="maxLength" >
<number>15</number>
<number>75</number>
</property>
<property name="echoMode" >
<enum>QLineEdit::Normal</enum>