Changeset 29694 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- May 20, 2010 12:58:32 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.cpp
r29692 r29694 1175 1175 uimachine()->actionsPool()->action(UIActionIndex_Toggle_VRDP)->setVisible(false); 1176 1176 } 1177 else 1178 { 1179 /* Check/Uncheck VRDP action depending on VRDP server status: */ 1180 uimachine()->actionsPool()->action(UIActionIndex_Toggle_VRDP)->setChecked(vrdpServer.GetEnabled()); 1181 } 1177 1182 } 1178 1183
Note:
See TracChangeset
for help on using the changeset viewer.