Changeset 285 in vbox for trunk/src/VBox
- Timestamp:
- Jan 24, 2007 8:17:19 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 17830
- Location:
- trunk/src/VBox/Frontends/VirtualBox/ui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui
r284 r285 234 234 <item> 235 235 <property name="text"> 236 <string> VRDP</string>236 <string> Remote Display </string> 237 237 </property> 238 238 <property name="text"> -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui.h
r284 r285 460 460 461 461 QWhatsThis::add (static_cast <QWidget *> (grbVRDP->child ("qt_groupbox_checkbox")), 462 tr ("When checked, enables the VirtualRemote Desktop "463 "Protocol which allowsremote clients to connect "464 " to this virtual machine(when it is running) "465 "using a VRDP client."));462 tr ("When checked, the VM will act as a Remote Desktop " 463 "Protocol (RDP) server, allowing remote clients to connect " 464 "and operate the VM (when it is running) " 465 "using a standard RDP client.")); 466 466 467 467 ULONG maxPort = 65535;
Note:
See TracChangeset
for help on using the changeset viewer.