Changeset 49279 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Oct 24, 2013 3:21:41 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/UIVMLogViewer.cpp
r47169 r49279 598 598 return; 599 599 } 600 /* Pr ecess Back key as switch to previous tab: */600 /* Process Back key as switch to previous tab: */ 601 601 case Qt::Key_Back: 602 602 { … … 608 608 break; 609 609 } 610 /* Pr ecess Forward key as switch to next tab: */610 /* Process Forward key as switch to next tab: */ 611 611 case Qt::Key_Forward: 612 612 {
Note:
See TracChangeset
for help on using the changeset viewer.