Changeset 53449 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsGeneral.cpp
- Timestamp:
- Dec 5, 2014 9:48:21 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsGeneral.cpp
r52730 r53449 44 44 45 45 /* Setup widgets: */ 46 m_pSelectorMachineFolder->setHomeDir(vboxGlobal(). virtualBox().GetHomeFolder());47 m_pSelectorVRDPLibName->setHomeDir(vboxGlobal(). virtualBox().GetHomeFolder());46 m_pSelectorMachineFolder->setHomeDir(vboxGlobal().homeFolder()); 47 m_pSelectorVRDPLibName->setHomeDir(vboxGlobal().homeFolder()); 48 48 m_pSelectorVRDPLibName->setMode(VBoxFilePathSelectorWidget::Mode_File_Open); 49 49
Note:
See TracChangeset
for help on using the changeset viewer.