From bb3b56e09956c0d9ea35ee57efe16e7cd88f7292 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C4=83t=C4=83lin=20R=C4=83ceanu?= Date: Mon, 22 Feb 2016 21:01:19 +0200 Subject: [PATCH] Removed unneeded mention to MSW ...also reformatted the text to fill in the available space --- src/msw/frame.cpp | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/msw/frame.cpp b/src/msw/frame.cpp index bdd508befd..91b917667b 100644 --- a/src/msw/frame.cpp +++ b/src/msw/frame.cpp @@ -675,11 +675,10 @@ void wxFrame::IconizeChildFrames(bool bIconize) { wxWindow *win = node->GetData(); - // iconizing the frames with this style under MSW puts them at - // the bottom of the screen (as the MDI children) instead of making - // them appear in the taskbar because they are, by virtue of this - // style, not managed by the taskbar - instead leave Windows take care - // of them + // iconizing the frames with this style puts them at the bottom of + // the screen (as the MDI children) instead of making them appear + // in the taskbar because they are, by virtue of this style, not + // managed by the taskbar - instead leave Windows take care of them if ( win->GetWindowStyle() & wxFRAME_TOOL_WINDOW ) continue;