* 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:
Guilhem Lavaux
1998-10-28 18:29:51 +00:00
parent 7749df1f41
commit 84b46c356e
11 changed files with 169 additions and 18 deletions

View File

@@ -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,