- Timestamp:
- Sep 26, 2007 10:02:27 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp
r5025 r5043 3460 3460 if (!mRegDlg) 3461 3461 { 3462 VBoxRegistrationDlg *dlg = new VBoxRegistrationDlg(); 3462 VBoxRegistrationDlg *dlg = 3463 new VBoxRegistrationDlg (0, 0, false, WDestructiveClose); 3463 3464 dlg->setup (&mRegDlg, "http://www.innotek.de/register762.php"); 3464 3465 Assert (dlg == mRegDlg); … … 3759 3760 delete selector_wnd; 3760 3761 if (mRegDlg) 3761 delete mRegDlg;3762 mRegDlg->close(); 3762 3763 3763 3764 /* ensure CGuestOSType objects are no longer used */
Note:
See TracChangeset
for help on using the changeset viewer.