Changeset 57692 in vbox
- Timestamp:
- Sep 10, 2015 1:40:54 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102597
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.cpp
r57628 r57692 183 183 { 184 184 return (message(pParent, type, strMessage, strDetails, pcszAutoConfirmId, 185 AlertButton_Ok ,186 AlertButton_Cancel | AlertButtonOption_ Default | AlertButtonOption_Escape,185 AlertButton_Ok | AlertButtonOption_Default, 186 AlertButton_Cancel | AlertButtonOption_Escape, 187 187 0 /* third button */, 188 188 strOkButtonText, … … 220 220 { 221 221 return (question(pParent, type, strMessage, pcszAutoConfirmId, 222 AlertButton_Ok ,223 AlertButton_Cancel | AlertButtonOption_ Default | AlertButtonOption_Escape,222 AlertButton_Ok | AlertButtonOption_Default, 223 AlertButton_Cancel | AlertButtonOption_Escape, 224 224 0 /* third button */, 225 225 strOkButtonText,
Note:
See TracChangeset
for help on using the changeset viewer.