]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/toplevel.cpp
Replace wxTINY_CAPTION_{HORIZ,VERT} with a single wxTINY_CAPTION.
[wxWidgets.git] / src / msw / toplevel.cpp
index 88cc5dc6836fb9feea90ccd78b9e765204a36a4a..a61f3336a711f4a64cb694800732c0f11cc112bf 100644 (file)
@@ -225,7 +225,7 @@ WXDWORD wxTopLevelWindowMSW::MSWGetStyle(long style, WXDWORD *exflags) const
         msflags |= WS_MAXIMIZE;
 
     // Keep this here because it saves recoding this function in wxTinyFrame
-    if ( style & (wxTINY_CAPTION_VERT | wxTINY_CAPTION_HORIZ) )
+    if ( style & wxTINY_CAPTION )
         msflags |= WS_CAPTION;
 
     if ( exflags )