Darkvater [Fri, 01 Dec 2006 19:25:50 +0000] rev 5207
(svn r7322) -Update win32 project files for ukrainian and bulgarian language files. Also add
unicows.lib to Release build of VS2003.
peter1138 [Fri, 01 Dec 2006 13:59:51 +0000] rev 5206
(svn r7321) -Translations: Move bulgarian and ukrainian out of unfinished as they are, respectively, 99% and 97% complete.
peter1138 [Fri, 01 Dec 2006 13:18:18 +0000] rev 5205
(svn r7320) -Translations: add russian to MS VC project files
peter1138 [Fri, 01 Dec 2006 12:57:31 +0000] rev 5204
(svn r7319) -Fix (r7182): (NewGRF) Add space for terminator when translating TTDPatch strings (thanks eddi)
rubidium [Fri, 01 Dec 2006 11:23:29 +0000] rev 5203
(svn r7318) -Fix: change some unfinished strings: STRING->{CARGO,POWER,WEIGHT,WEIGHT_S} and remove strings that are no longer in english.txt.
KUDr [Fri, 01 Dec 2006 08:23:15 +0000] rev 5202
(svn r7317) -Fix: (r7299) warning: unused variable num_engines (peter1138)
Darkvater [Fri, 01 Dec 2006 00:28:15 +0000] rev 5201
(svn r7316) -Codechange: Make train-build-gui and aircraft-build-gui (unified) look more alike.
Darkvater [Fri, 01 Dec 2006 00:26:42 +0000] rev 5200
(svn r7315) -Fix: Have the first engine in the list be selected once again when the window is opened
and remove a useless loop that tested if selected engine is still in list (moved to list
generation).
Darkvater [Fri, 01 Dec 2006 00:14:10 +0000] rev 5199
(svn r7314) -Cleanup: const, whitespace, coding style and variable usage.
Darkvater [Fri, 01 Dec 2006 00:09:13 +0000] rev 5198
(svn r7313) -Codechange: Calling invalidate data on a window will surely warrant a redraw, so call
that after the WE_INVALIDATE_DATA event and remove (some of) the superflouous calls.