modified: ri_tk_cmd.py

add default value of hostname
This commit is contained in:
fling
2010-11-01 22:19:39 +08:00
parent 9179bd2da1
commit af44bbf8a1
2 changed files with 5 additions and 3 deletions

View File

@@ -510,7 +510,7 @@ row 4 | |
<widget type='Entry'>
<widget_attribute width='12' textvariable='network_host_name'/>
<grid_location row='0' column='1' sticky='W'/>
<variable name='network_host_name' type='StringVar'/>
<variable name='network_host_name' type='StringVar' value='localhost'/>
</widget>
<widget type='Label'>