VirtualBox

Changeset 5043 in vbox for trunk/src


Ignore:
Timestamp:
Sep 26, 2007 10:02:27 AM (17 years ago)
Author:
vboxsync
Message:

2332: Registration feature.
Fixes:

  1. Conform button "inaccessibility for 5 seconds after startup" removed.
  2. Dialog destructive close done.
  3. QLabel changed to QIRichLabel (called from ui), link is active (but not existing afais).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp

    r5025 r5043  
    34603460            if (!mRegDlg)
    34613461            {
    3462                 VBoxRegistrationDlg *dlg = new VBoxRegistrationDlg();
     3462                VBoxRegistrationDlg *dlg =
     3463                    new VBoxRegistrationDlg (0, 0, false, WDestructiveClose);
    34633464                dlg->setup (&mRegDlg, "http://www.innotek.de/register762.php");
    34643465                Assert (dlg == mRegDlg);
     
    37593760        delete selector_wnd;
    37603761    if (mRegDlg)
    3761         delete mRegDlg;
     3762        mRegDlg->close();
    37623763
    37633764    /* ensure CGuestOSType objects are no longer used */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette