X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e40298d54ecd5b109222a7c60aa2ef084a304d69..ce51dc7507f31a6baadb8709ac4b807cd2dad421:/src/mac/statlmac.cpp

diff --git a/src/mac/statlmac.cpp b/src/mac/statlmac.cpp
index dc00dcca0f..30305cc1cf 100644
--- a/src/mac/statlmac.cpp
+++ b/src/mac/statlmac.cpp
@@ -52,7 +52,7 @@ bool wxStaticLine::Create( wxWindow *parent,
     Rect bounds ;
     Str255 title ;
     
-    MacPreControlCreate( parent , id ,  "" , pos , size ,style, wxDefaultValidator , name , &bounds , title ) ;
+    MacPreControlCreate( parent , id ,  wxEmptyString , pos , size ,style, wxDefaultValidator , name , &bounds , title ) ;
 
     m_macControl = ::NewControl( MAC_WXHWND(parent->MacGetRootWindow()) , &bounds , title , false , 0 , 0 , 1, 
           kControlSeparatorLineProc , (long) this ) ;