VirtualBox

Changeset 4048 in vbox for trunk


Ignore:
Timestamp:
Aug 6, 2007 9:01:25 PM (17 years ago)
Author:
vboxsync
Message:

GUI: Spelling.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/include/VBoxProblemReporter.h

    r4045 r4048  
    200200    int confirmDownloadAdditions (const QString &aURL, ulong aSize);
    201201    int confirmMountAdditions (const QString &aURL, const QString &aSrc);
    202     void warnAboutCouldNotSaveAdditions (const QString &aSrc);
    203202    void warnAboutTooOldAdditions (QWidget *, const QString &, const QString &);
    204203    void warnAboutOldAdditions (QWidget *, const QString &, const QString &);
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxProblemReporter.cpp

    r4045 r4048  
    13061306}
    13071307
    1308 void VBoxProblemReporter::warnAboutCouldNotSaveAdditions (const QString &aSrc)
    1309 {
    1310     message (&vboxGlobal().consoleWnd(), Error,
    1311              tr ("<p>Could not save the downloaded file as "
    1312              "<nobr><b>%1</b>.</nobr></p>").arg (aSrc));
    1313 }
    1314 
    13151308void VBoxProblemReporter::warnAboutTooOldAdditions (QWidget *aParent,
    13161309                                                    const QString &aInstalledVer,
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