diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-05-13 07:22:44 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-05-13 07:22:44 +0000 |
| commit | 591105a616e43164e38d578eb5376947a0aad3b8 (patch) | |
| tree | 2c45c8d694b89ceca246fbf618903a77fb9c7511 /plugins | |
| parent | 2a83a395b9eb365a0c57c9ee2e25f40486776639 (diff) | |
| download | pcsxr-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.glade2 | 3 |
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">●</property> + <signal name="activate" handler="on_tbServerIP_activate"/> </widget> <packing> <property name="left_attach">1</property> |
