Changeset 4045 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Aug 6, 2007 3:41:45 PM (17 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxProblemReporter.h
r3947 r4045 200 200 int confirmDownloadAdditions (const QString &aURL, ulong aSize); 201 201 int confirmMountAdditions (const QString &aURL, const QString &aSrc); 202 void warnAboutCouldNotSaveAdditions (const QString &aSrc); 202 203 void warnAboutTooOldAdditions (QWidget *, const QString &, const QString &); 203 204 void warnAboutOldAdditions (QWidget *, const QString &, const QString &); -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxProblemReporter.cpp
r3974 r4045 1306 1306 } 1307 1307 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 1308 1315 void VBoxProblemReporter::warnAboutTooOldAdditions (QWidget *aParent, 1309 1316 const QString &aInstalledVer,
Note:
See TracChangeset
for help on using the changeset viewer.