Changeset 8814 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- May 14, 2008 2:44:50 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp
r8813 r8814 3382 3382 void VBoxConsoleWnd::dbgPrepareDebugMenu() 3383 3383 { 3384 #ifdef VBOX_WITH_DEBUGGER_GUI 3384 3385 /* The "Logging" item. */ 3385 3386 bool fEnabled = false; … … 3399 3400 if (fChecked != dbgLoggingAction->isOn()) 3400 3401 dbgLoggingAction->setOn (fChecked); 3402 #endif /* VBOX_WITH_DEBUGGER_GUI */ 3401 3403 } 3402 3404 … … 3428 3430 void VBoxConsoleWnd::dbgLoggingToggled (bool aState) 3429 3431 { 3432 #ifdef VBOX_WITH_DEBUGGER_GUI 3430 3433 CConsole cconsole = csession.GetConsole(); 3431 3434 if (cconsole.isOk()) … … 3435 3438 cdebugger.SetLogEnabled(aState); 3436 3439 } 3437 3440 #endif 3438 3441 } 3439 3442
Note:
See TracChangeset
for help on using the changeset viewer.