/////////////////////////////////////////////////////////////////////////////
-// Name: mainfrm.cpp
+// Name: ogl/stufio/mainfrm.cpp
// Purpose: Studio main frame
// Author: Julian Smart
// Modified by:
wxLayoutAlgorithm layout;
layout.LayoutMDIFrame(this);
-#if defined(__WXMSW__) && defined(__WIN95__)
+#if defined(__WXMSW__)
// Need to do something else to get it to refresh properly
// when a client frame is first displayed; moving the client
// window doesn't cause the proper refresh. Just refreshing the
}
#endif
-#endif
+#endif // __WXMSW__
}
event.Skip();
}
layout.LayoutMDIFrame((wxMDIParentFrame*) GetParent());
*/
}
-