Changeset 70207 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Dec 18, 2017 4:01:07 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerWidget.cpp
r70191 r70207 302 302 AssertPtrReturnVoid(m_pActionSave); 303 303 { 304 /* tie Ctrl+S to save only if we show this in a dialog since Ctrl+S is 304 /* tie Ctrl+S to save only if we show this in a dialog since Ctrl+S is 305 305 already assigned to another action in the selector UI: */ 306 306 if (m_enmEmbedding == EmbedTo_Dialog)
Note:
See TracChangeset
for help on using the changeset viewer.