Changeset 56116 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- May 27, 2015 5:11:45 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSerial.ui
r55267 r56116 157 157 <widget class="QComboBox" name="mCbMode" > 158 158 <property name="whatsThis" > 159 <string> Controls the working mode of this serial port. If you select <b>Disconnected</b>, the guest OS will detect the serial port but will not be able to operate it.</string>159 <string>Selects the working mode of this serial port. If you select <b>Disconnected</b>, the guest OS will detect the serial port but will not be able to operate it.</string> 160 160 </property> 161 161 </widget> … … 177 177 <widget class="QCheckBox" name="mCbPipe" > 178 178 <property name="whatsThis" > 179 <string> Ifchecked, the virtual machine will assume that the pipe or socket specified in the <b>Path/Address</b> field exists and try to use it. Otherwise, the pipe or socket will be created by the virtual machine when it starts.</string>179 <string>When checked, the virtual machine will assume that the pipe or socket specified in the <b>Path/Address</b> field exists and try to use it. Otherwise, the pipe or socket will be created by the virtual machine when it starts.</string> 180 180 </property> 181 181 <property name="text" >
Note:
See TracChangeset
for help on using the changeset viewer.