summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-05-13 07:22:44 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-05-13 07:22:44 +0000
commit591105a616e43164e38d578eb5376947a0aad3b8 (patch)
tree2c45c8d694b89ceca246fbf618903a77fb9c7511 /plugins
parent2a83a395b9eb365a0c57c9ee2e25f40486776639 (diff)
downloadpcsxr-591105a616e43164e38d578eb5376947a0aad3b8.tar.gz
max length of ip address entry is too short
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47954 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins')
-rw-r--r--plugins/dfnet/dfnet.glade23
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/dfnet/dfnet.glade2 b/plugins/dfnet/dfnet.glade2
index 204a7905..36c9b4b6 100644
--- a/plugins/dfnet/dfnet.glade2
+++ b/plugins/dfnet/dfnet.glade2
@@ -78,8 +78,9 @@ If you selected Client please enter the IP address the Server gave to you in the
<widget class="GtkEntry" id="tbServerIP">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="max_length">11</property>
+ <property name="max_length">15</property>
<property name="invisible_char">&#x25CF;</property>
+ <signal name="activate" handler="on_tbServerIP_activate"/>
</widget>
<packing>
<property name="left_attach">1</property>