diff -r e329958deeba -r 4cefe9af9cf4 nettools/conntest/src/ConnTestView.cpp --- a/nettools/conntest/src/ConnTestView.cpp Mon Jan 18 20:08:29 2010 +0200 +++ b/nettools/conntest/src/ConnTestView.cpp Tue Feb 02 00:02:42 2010 +0200 @@ -238,6 +238,10 @@ iContainer->ClearOutputWindow(); break; + case EConnTestCmdSaveOutputWindow: + iContainer->SaveOutputWindowToFile(); + break; + case EConnTestCmdSettings: // Display settings list SwapContainerL(ESettingsContainer);