- Timestamp:
- Feb 6, 2012 9:35:16 AM (13 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/globals
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.cpp
r39950 r40002 1027 1027 .arg(strSnapshotName), 1028 1028 tr("Create a snapshot of the current machine state"), 1029 true /* choose option by default */,1029 !vboxGlobal().virtualBox().GetExtraDataStringList(VBoxDefs::GUI_InvertMessageOption).contains("askAboutSnapshotRestoring"), 1030 1030 QString::null /* details */, 1031 1031 QIMessageBox::Ok, QIMessageBox::Cancel, 0 /* 3rd button */, -
trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxDefs.cpp
r39349 r40002 51 51 const char* VBoxDefs::GUI_CloseActionHook = "GUI/CloseActionHook"; 52 52 const char* VBoxDefs::GUI_SuppressMessages = "GUI/SuppressMessages"; 53 const char* VBoxDefs::GUI_InvertMessageOption = "GUI/InvertMessageOption"; 53 54 const char* VBoxDefs::GUI_PermanentSharedFoldersAtRuntime = "GUI/PermanentSharedFoldersAtRuntime"; 54 55 const char* VBoxDefs::GUI_LanguageId = "GUI/LanguageID"; -
trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxDefs.h
r39349 r40002 131 131 static const char* GUI_CloseActionHook; 132 132 static const char* GUI_SuppressMessages; 133 static const char* GUI_InvertMessageOption; 133 134 static const char* GUI_PermanentSharedFoldersAtRuntime; 134 135 static const char* GUI_LanguageId;
Note:
See TracChangeset
for help on using the changeset viewer.