]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/button.cpp
now grabs encoding info not from but from '' (empty string) -- default po header...
[wxWidgets.git] / src / gtk / button.cpp
index 90f8aa05c926847a826a7d4310ff616eef63b8f1..47662e31de11a6e52ce4c0133bc41b99b6706d8b 100644 (file)
@@ -77,7 +77,7 @@ bool wxButton::Create(  wxWindow *parent, wxWindowID id, const wxString &label,
         !CreateBase( parent, id, pos, size, style, validator, name ))
     {
         wxFAIL_MSG( wxT("wxButton creation failed") );
-       return FALSE;
+           return FALSE;
     }
 
 /*