- Timestamp:
- Aug 6, 2007 9:01:25 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
r4045 r4048 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);203 202 void warnAboutTooOldAdditions (QWidget *, const QString &, const QString &); 204 203 void warnAboutOldAdditions (QWidget *, const QString &, const QString &); -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxProblemReporter.cpp
r4045 r4048 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 1315 1308 void VBoxProblemReporter::warnAboutTooOldAdditions (QWidget *aParent, 1316 1309 const QString &aInstalledVer,
Note:
See TracChangeset
for help on using the changeset viewer.