]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/button_osx.cpp
Fix numpad Del not working in wxRTC
[wxWidgets.git] / src / osx / button_osx.cpp
index 29afcd388274b84eb33dfcd3945374c0fb57da9d..52208f4ed29bc86cf12b42172f618f188b27a2e6 100644 (file)
@@ -42,7 +42,7 @@ bool wxButton::Create(wxWindow *parent,
     //        this check
     if ( style & wxBU_NOTEXT )
     {
-        return wxControl::Create(parent, id, lbl, pos, size, style,
+        return wxControl::Create(parent, id, pos, size, style,
                                  validator, name);
     }