Changeset 25092 in vbox
- Timestamp:
- Nov 30, 2009 9:28:55 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxProblemReporter.cpp
r25091 r25092 1147 1147 { 1148 1148 return messageOkCancel (QApplication::activeWindow(), Info, 1149 tr ("<p>Are you sure you want to delete the CDROM device? "1150 "You will not be able to mount any CDs or ISO images "1151 "without it.</p>"),1152 0, /* aAutoConfirmId */1153 tr ("&Remove", "medium"));1149 tr ("<p>Are you sure you want to delete the CDROM device? " 1150 "You will not be able to mount any CDs or ISO images " 1151 "without it.</p>"), 1152 0, /* aAutoConfirmId */ 1153 tr ("&Remove", "medium")); 1154 1154 } 1155 1155
Note:
See TracChangeset
for help on using the changeset viewer.