Changeset 3974 in vbox
- Timestamp:
- Aug 1, 2007 5:04:33 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxProblemReporter.cpp
r3951 r3974 1258 1258 { 1259 1259 return message (&vboxGlobal().consoleWnd(), Question, 1260 tr ("<p> Failed tofind the VirtualBox Guest Additions "1260 tr ("<p>Could not find the VirtualBox Guest Additions " 1261 1261 "CD image file <nobr><b>%1</b></nobr> or " 1262 1262 "<nobr><b>%2</b>.</nobr></p><p>Do you want to " … … 1584 1584 "Run Wizard.</p><p>Do you want to continue?</p>"), 1585 1585 0, /* autoConfirmId */ 1586 QIMessageBox::Yes | QIMessageBox::Default,1587 QIMessageBox::No | QIMessageBox:: Escape);1586 QIMessageBox::Yes, 1587 QIMessageBox::No | QIMessageBox::Default | QIMessageBox::Escape); 1588 1588 } 1589 1589
Note:
See TracChangeset
for help on using the changeset viewer.