nettools/conntest/src/ConnTestView.cpp
changeset 2 4cefe9af9cf4
parent 0 857a3e953887
child 11 33df273ab0a3
equal deleted inserted replaced
1:e329958deeba 2:4cefe9af9cf4
   234             break;
   234             break;
   235             
   235             
   236         case EConnTestCmdClearOutputWindow:
   236         case EConnTestCmdClearOutputWindow:
   237             // Clear the output window
   237             // Clear the output window
   238             iContainer->ClearOutputWindow();
   238             iContainer->ClearOutputWindow();
       
   239             break;
       
   240             
       
   241         case EConnTestCmdSaveOutputWindow:
       
   242             iContainer->SaveOutputWindowToFile();
   239             break;
   243             break;
   240             
   244             
   241         case EConnTestCmdSettings:
   245         case EConnTestCmdSettings:
   242             // Display settings list
   246             // Display settings list
   243             SwapContainerL(ESettingsContainer);
   247             SwapContainerL(ESettingsContainer);