modified: ri_tk_cmd.py
add default value of hostname
This commit is contained in:
@@ -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'>
|
||||
|
||||
Reference in New Issue
Block a user