Increase the address option fields, supports IPv6 and hostnames now.
git-svn-id: file:///home/svn/framework3/trunk@5641 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
1fa95d6050
commit
b6993ad46a
|
@ -47,8 +47,8 @@ module Msf
|
|||
@entry.set_text(default)
|
||||
end
|
||||
end
|
||||
@entry.set_width_chars(15)
|
||||
@entry.set_max_length(15)
|
||||
@entry.set_width_chars(75)
|
||||
@entry.set_max_length(128)
|
||||
hbox.pack_start(@entry, false, false, 0)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue