tAll non-toplevel windows (i.e. dialogs) under Win32 are now created using the "proper" Win32 function, CreateDialog, and no longer have window menus. - vaccinewars - be a doctor and try to vaccinate the world
 (HTM) git clone git://src.adamsgaard.dk/vaccinewars
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 7a30d096be40b16d8066f49421bc4614127474ca
 (DIR) parent 39c23b0f10d85d610c802791759563d1a7e2aeed
 (HTM) Author: Ben Webb <ben@salilab.org>
       Date:   Sat,  2 Mar 2002 19:45:31 +0000
       
       All non-toplevel windows (i.e. dialogs) under Win32 are now created using
       tthe "proper" Win32 function, CreateDialog, and no longer have window menus.
       
       
       Diffstat:
         M ChangeLog                           |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/ChangeLog b/ChangeLog
       t@@ -1,6 +1,7 @@
        cvs
            - Basic configuration file editor added to GTK+ client
            - Annoying flashing on closure of modal windows in Win32 fixed
       +    - Win32 client now uses "proper" dialog boxes (i.e. without a window menu)
            - Icon added for GTK+ client
            - Bug with withdrawing cash from the bank fixed
            - URL in GTK+ client "About" box is now clickable