Changeset 10884 in vbox
- Timestamp:
- Jul 25, 2008 10:22:41 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxConsoleWnd.cpp
r10771 r10884 1355 1355 1356 1356 /* discard the current state if requested */ 1357 if (dlg.mCbDiscardCurState->isVisible() && 1358 dlg.mCbDiscardCurState->isChecked()) 1357 if (dlg.mCbDiscardCurState->isChecked()) 1359 1358 { 1360 1359 CProgress progress = cconsole.DiscardCurrentState();
Note:
See TracChangeset
for help on using the changeset viewer.