Changeset 30996 in vbox
- Timestamp:
- Jul 22, 2010 2:11:08 PM (14 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 3 edited
-
globals/VBoxProblemReporter.cpp (modified) (1 diff)
-
globals/VBoxProblemReporter.h (modified) (1 diff)
-
runtime/UIMachineLogic.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxProblemReporter.cpp
r30956 r30996 1597 1597 } 1598 1598 1599 void VBoxProblemReporter::remindAboutGuestAdditionsAreNotActive(QWidget *pParent) 1600 { 1601 message (pParent, Warning, 1602 tr("<p>The VirtualBox Guest Additions do not appear to be " 1603 "available on this virtual machine, and shared folders " 1604 "cannot be used without them. To use shared folders inside " 1605 "the virtual machine, please install the Guest Additions " 1606 "if they are not installed, or re-install them if they are " 1607 "not working correctly, by selecting <b>Install Guest Additions</b> " 1608 "from the <b>Machine</b> menu. " 1609 "If they are installed but the machine is not yet fully started " 1610 "then shared folders will be available once it is.</p>"), 1611 "remindAboutGuestAdditionsAreNotInstalled"); 1612 } 1613 1599 1614 int VBoxProblemReporter::cannotFindGuestAdditions (const QString &aSrc1, 1600 1615 const QString &aSrc2) -
trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxProblemReporter.h
r30956 r30996 307 307 const QString &, const QString &); 308 308 309 void remindAboutGuestAdditionsAreNotActive(QWidget *pParent); 309 310 int cannotFindGuestAdditions (const QString &aSrc1, const QString &aSrc2); 310 311 void cannotDownloadGuestAdditions (const QString &aURL, const QString &aReason); -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp
r30936 r30996 1457 1457 /* Show shared folders settings dialog: */ 1458 1458 UISharedFoldersDialog dlg(defaultMachineWindow()->machineWindow(), session()); 1459 if (!uisession()->isGuestAdditionsActive()) 1460 vboxProblem().remindAboutGuestAdditionsAreNotActive(defaultMachineWindow()->machineWindow()); 1459 1461 dlg.exec(); 1460 1462 }
Note:
See TracChangeset
for help on using the changeset viewer.

