|
From: Andre R. <and...@us...> - 2004-11-30 13:04:31
|
Update of /cvsroot/frontierkernel/Frontier/Common/resources/Win32 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3189/Common/resources/Win32 Modified Files: Tag: sidewinder-branch WinLand.rc Log Message: First cut at getting the language selection popup menu of script windows to work on Windows. This version seems to provide the basic functionality, but there are still display glitches. The logic behind the popup turned out to be easy, the problem is to get the popup displayed without disturbing the layout of script windows too much. Index: WinLand.rc =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/resources/Win32/WinLand.rc,v retrieving revision 1.4 retrieving revision 1.4.4.1 diff -C2 -d -r1.4 -r1.4.4.1 *** WinLand.rc 3 Nov 2004 21:20:58 -0000 1.4 --- WinLand.rc 30 Nov 2004 13:04:20 -0000 1.4.4.1 *************** *** 1777,1781 **** vertscroll, windowfloats, ! nomessagearea, dontinsetcontentrect, nonewonlaunch, --- 1777,1781 ---- vertscroll, windowfloats, ! messagearea, // 2004-11-30 aradke: was nomessagearea, changed to make room for language popup dontinsetcontentrect, nonewonlaunch, |