X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ab78328d2a81c8ef5f8211124b50f09687a207e7..dfb39a3727a85d0e075b10d9a9388be514d2f8e1:/src/gtk/stattext.cpp diff --git a/src/gtk/stattext.cpp b/src/gtk/stattext.cpp index 4bffc1fa04..959c649f9a 100644 --- a/src/gtk/stattext.cpp +++ b/src/gtk/stattext.cpp @@ -2,7 +2,6 @@ // Name: src/gtk/stattext.cpp // Purpose: // Author: Robert Roebling -// Id: $Id$ // Copyright: (c) 1998 Robert Roebling // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -248,7 +247,7 @@ void wxStaticText::DoSetLabel(const wxString& str) wxVisualAttributes wxStaticText::GetClassDefaultAttributes(wxWindowVariant WXUNUSED(variant)) { - return GetDefaultAttributesFromGTKWidget(gtk_label_new); + return GetDefaultAttributesFromGTKWidget(gtk_label_new("")); } #endif // wxUSE_STATTEXT