VirtualBox

Changeset 3536 in vbox


Ignore:
Timestamp:
Jul 10, 2007 5:04:34 PM (17 years ago)
Author:
vboxsync
Message:

Main: IVRDPServer::port returns a real default value instead of zero.

Location:
trunk/src/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui

    r3490 r3536  
    25432543                                        </property>
    25442544                                        <property name="whatsThis" stdset="0">
    2545                                             <string>Displays the VRDP Server port.</string>
     2545                                            <string>&lt;qt&gt;Displays the VRDP Server port number. You may specify &lt;tt&gt;0&lt;/tt&gt; (zero) to reset the port to the default value.&lt;/qt&gt;</string>
    25462546                                        </property>
    25472547                                    </widget>
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r3532 r3536  
    74907490
    74917491    <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>
    74937502    </attribute>
    74947503
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette