wxGTK now ignores widget style when using the pixmap theme.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6047 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2000-02-15 18:01:16 +00:00
parent a20a10fe1d
commit fb65642cd4
4 changed files with 26 additions and 2 deletions

View File

@@ -567,7 +567,7 @@ int wxEntry( int argc, char *argv[] )
(gtk_minor_version == 2) &&
(gtk_micro_version < 4))
{
printf( "wxWindows warning: Disabled GUI threading due to outdated GTK version\n" );
printf( "wxWindows warning: GUI threading disabled due to outdated GTK version\n" );
}
else
{