VirtualBox

Changeset 5154 in vbox


Ignore:
Timestamp:
Oct 4, 2007 10:25:24 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
25040
Message:

2142: GUI should download Additions:

Postfix _OSE dropped from the downloaded file name.

Location:
trunk/src/VBox/Frontends/VirtualBox/src
Files:
2 edited

Legend:

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

    r5153 r5154  
    25112511        CVirtualBox vbox = vboxGlobal().virtualBox();
    25122512        QString name = QString ("VBoxGuestAdditions_%1.iso")
    2513                                  .arg (vbox.GetVersion());
     2513                                 .arg (vbox.GetVersion().remove ("_OSE"));
    25142514        CDVDImageEnumerator en = vbox.GetDVDImages().Enumerate();
    25152515        while (en.HasMore())
     
    25272527        {
    25282528            QString url = QString ("http://www.virtualbox.org/download/%1/")
    2529                                    .arg (vbox.GetVersion()) + name;
     2529                                   .arg (vbox.GetVersion().remove ("_OSE")) + name;
    25302530            QString target = QDir (vboxGlobal().virtualBox().GetHomeFolder())
    25312531                                   .absFilePath (name);
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxDownloaderWgt.cpp

    r4432 r5154  
    156156    mainLayout->addItem (new QSpacerItem (0, 0, QSizePolicy::Expanding,
    157157                                                QSizePolicy::Fixed));
    158 
    159     /* Select the product version */
    160     QString version = vboxGlobal().virtualBox().GetVersion();
    161158
    162159    /* Prepare the connection */
Note: See TracChangeset for help on using the changeset viewer.

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