Changeset 86924 in vbox
- Timestamp:
- Nov 19, 2020 5:38:39 PM (4 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/wizards
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportApp.cpp
r86345 r86924 238 238 } 239 239 } 240 240 enableHelpButton("ovf"); 241 241 /* Call to base-class: */ 242 242 UIWizard::prepare(); -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportApp.cpp
r82968 r86924 183 183 } 184 184 } 185 enableHelpButton("ovf"); 185 186 /* Call to base-class: */ 186 187 UIWizard::prepare();
Note:
See TracChangeset
for help on using the changeset viewer.