Win32-Timer:
CHANGED: - Timer implementation for win32 from absolute time (_ftime) to GetTickCount().
This fixes the following bug: When the system time was changed, a heartbeat timeout occurred.
FIXED: - Timeout seems only work properly if EnterMutex() is called before call of GetTickCount() (Patch from Roland Marquis)
To generate message.pot file: python mki18n.py -p --domain=objdictgenTo generate .mo files for all languages: python mki18n.py -m --moTarget=../locale --domain=objdictgen