]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/minifram.h
1. wxWindow::Centre() hopefully fixed
[wxWidgets.git] / include / wx / msw / minifram.h
index 4bd21f182d6d64eab8f8ab3c6c2870153317280e..97ba03c69adcbb7c8a62003cc775d732ed60b86f 100644 (file)
@@ -5,12 +5,12 @@
 // Modified by:
 // Created:     01/02/97
 // RCS-ID:      $Id$
-// Copyright:   (c) Julian Smart and Markus Holzem
-// Licence:    wxWindows license
+// Copyright:   (c) Julian Smart
+// Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifndef __MINIFRAMH__
-#define __MINIFRAMH__
+#ifndef _WX_MINIFRAM_H_
+#define _WX_MINIFRAM_H_
 
 #ifdef __GNUG__
 #pragma interface "minifram.h"
@@ -29,7 +29,7 @@ public:
            const wxString& title,
            const wxPoint& pos = wxDefaultPosition,
            const wxSize& size = wxDefaultSize,
-           long style = wxDEFAULT_FRAME|wxTINY_CAPTION_HORIZ,
+           long style = wxDEFAULT_FRAME_STYLE|wxTINY_CAPTION_HORIZ,
            const wxString& name = wxFrameNameStr)
   {
       Create(parent, id, title, pos, size, style, name);
@@ -43,4 +43,4 @@ protected:
 };
 
 #endif
-    // __MINIFRAMH__
+    // _WX_MINIFRAM_H_