]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/statline.h
made wxUSE_UNICODE=1 the default
[wxWidgets.git] / include / wx / mac / carbon / statline.h
index 5b78ea37088b11a716d50787000d7b7f8d4a2156..53e95d10841a3cd91f0e3fad02752fd36d83dd20 100644 (file)
 #ifndef _WX_GENERIC_STATLINE_H_
 #define _WX_GENERIC_STATLINE_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma interface "statline.h"
-#endif
-
 class wxStaticBox;
 
 // ----------------------------------------------------------------------------
@@ -32,7 +28,7 @@ public:
                   const wxPoint &pos = wxDefaultPosition,
                   const wxSize &size = wxDefaultSize,
                   long style = wxLI_HORIZONTAL,
-                  const wxString &name = wxStaticTextNameStr )
+                  const wxString &name = wxStaticLineNameStr )
         : m_statbox(NULL)
     {
         Create(parent, id, pos, size, style, name);
@@ -43,7 +39,7 @@ public:
                  const wxPoint &pos = wxDefaultPosition,
                  const wxSize &size = wxDefaultSize,
                  long style = wxLI_HORIZONTAL,
-                 const wxString &name = wxStaticTextNameStr );
+                 const wxString &name = wxStaticLineNameStr );
 
     // it's necessary to override this wxWindow function because we
     // will want to return the main widget for m_statbox