]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/statline.h
undo the last change as it results in buildbot configuration error
[wxWidgets.git] / interface / wx / statline.h
index f2830d91cd24bb7ff6671cd29b1eb33e12a0a017..5769bd2e2c0c954900304affbfa26a4853a603af 100644 (file)
@@ -46,7 +46,7 @@ public:
             Window identifier. The value wxID_ANY indicates a default value.
         @param pos
             Window position.
-            If wxDefaultPosition is specified then a default position is chosen.
+            If ::wxDefaultPosition is specified then a default position is chosen.
         @param size
             Size. Note that either the height or the width (depending on
             whether the line if horizontal or vertical) is ignored.
@@ -61,7 +61,7 @@ public:
                  const wxPoint& pos = wxDefaultPosition,
                  const wxSize& size = wxDefaultSize,
                  long style = wxLI_HORIZONTAL,
-                 const wxString& name = "staticLine");
+                 const wxString& name = wxStaticLineNameStr);
 
     /**
         Creates the static line for two-step construction.