win32 bits for main trunk (from <Someone>)

- set correct checkmark on "Lock Windows" menu item on startup
- redraw message window on resizing (it does not update properly otherwise)
- fixed copy/paste error in read registry settings function
This commit is contained in:
nethack.allison
2003-08-20 11:39:57 +00:00
parent 48ab2a434c
commit 1fd577124b
4 changed files with 19 additions and 4 deletions

View File

@@ -34,6 +34,9 @@ Platform- and/or Interface-Specific Fixes
-----------------------------------------
win32gui: better handling of "more" prompt for messages that would have scrolled
off the window
win32gui: set correct checkmark on "Lock Windows" menu item on startup
win32gui: redraw message window on resizing (it does not update properly otherwise)
win32gui: fixed copy/paste error in read registry settings function
General New Features