Changeset 3536 in vbox
- Timestamp:
- Jul 10, 2007 5:04:34 PM (17 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 2 edited
-
Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui (modified) (1 diff)
-
Main/idl/VirtualBox.xidl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui
r3490 r3536 2543 2543 </property> 2544 2544 <property name="whatsThis" stdset="0"> 2545 <string> Displays the VRDP Server port.</string>2545 <string><qt>Displays the VRDP Server port number. You may specify <tt>0</tt> (zero) to reset the port to the default value.</qt></string> 2546 2546 </property> 2547 2547 </widget> -
trunk/src/VBox/Main/idl/VirtualBox.xidl
r3532 r3536 7490 7490 7491 7491 <attribute name="port" type="unsigned long"> 7492 <desc>VRDP server port.</desc> 7492 <desc> 7493 VRDP server port number. 7494 <note> 7495 Setting the value of this property to <tt>0</tt> will reset the port 7496 number to the default value which is 7497 currently <tt>3389</tt>. Reading this property will always return a 7498 real port number, even after it has been set to <tt>0</tt> (in which 7499 case the default port is returned). 7500 </note> 7501 </desc> 7493 7502 </attribute> 7494 7503
Note:
See TracChangeset
for help on using the changeset viewer.

