* Build IODBC on demand on unix.
* wxStream updates git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@931 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -209,7 +209,11 @@ gdk_window_transparent_new ( GdkWindow *parent,
|
||||
if (attributes_mask & GDK_WA_TITLE)
|
||||
title = attributes->title;
|
||||
else
|
||||
#if (GTK_MINOR_VERSION == 1)
|
||||
title = "Unknown"; // GLH: Well I don't know for the moment what to write here.
|
||||
#else
|
||||
title = gdk_progname;
|
||||
#endif
|
||||
|
||||
XmbSetWMProperties (gprivate->xdisplay, gprivate->xwindow,
|
||||
title, title,
|
||||
|
Reference in New Issue
Block a user