wine
14 years agobrowseui: Convert menu and string table resources to po files.
Alexandre Julliard [Tue, 11 Jan 2011 11:56:17 +0000 (12:56 +0100)] 
browseui: Convert menu and string table resources to po files.

14 years agowordpad: Convert menu and string table resources to po files.
Alexandre Julliard [Tue, 11 Jan 2011 11:41:31 +0000 (12:41 +0100)] 
wordpad: Convert menu and string table resources to po files.

14 years agowinemenubuilder: Avoid passing a null pointer (or a non-pointer) to extract_icon...
Andrew Bogott [Sun, 9 Jan 2011 16:02:54 +0000 (11:02 -0500)] 
winemenubuilder: Avoid passing a null pointer (or a non-pointer) to extract_icon in InvokeShellLinkerForURL.

14 years agourlmon: Add some error handling to the http protocol.
David Hedberg [Sun, 9 Jan 2011 05:28:54 +0000 (06:28 +0100)] 
urlmon: Add some error handling to the http protocol.

14 years agofusion/tests: Add some tests for IAssemblyCache_QueryAssemblyInfo.
Hans Leidekker [Tue, 11 Jan 2011 09:29:19 +0000 (10:29 +0100)] 
fusion/tests: Add some tests for IAssemblyCache_QueryAssemblyInfo.

14 years agomsi: Improve detection of installed local assemblies.
Hans Leidekker [Tue, 11 Jan 2011 09:29:06 +0000 (10:29 +0100)] 
msi: Improve detection of installed local assemblies.

14 years agomsi: Don't extract files for assemblies which are already installed.
Hans Leidekker [Tue, 11 Jan 2011 09:28:50 +0000 (10:28 +0100)] 
msi: Don't extract files for assemblies which are already installed.

14 years agomsi: Fix detection of installed global assemblies.
Hans Leidekker [Tue, 11 Jan 2011 09:28:35 +0000 (10:28 +0100)] 
msi: Fix detection of installed global assemblies.

14 years agomsi: Add support for comparing TrueType font versions.
Hans Leidekker [Tue, 11 Jan 2011 09:28:16 +0000 (10:28 +0100)] 
msi: Add support for comparing TrueType font versions.

14 years agooleaut32/tests: Test for return value directly.
Nikolay Sivov [Mon, 10 Jan 2011 23:07:42 +0000 (02:07 +0300)] 
oleaut32/tests: Test for return value directly.

14 years agoole32/tests: Test for return value directly without macros.
Nikolay Sivov [Mon, 10 Jan 2011 23:00:14 +0000 (02:00 +0300)] 
ole32/tests: Test for return value directly without macros.

14 years agooleaut32: Make ITypeComp::BindType case-insensitive.
David Hedberg [Tue, 11 Jan 2011 09:10:01 +0000 (10:10 +0100)] 
oleaut32: Make ITypeComp::BindType case-insensitive.

14 years agooleaut32: Handle NULL arguments to ITypeComp::BindType.
David Hedberg [Tue, 11 Jan 2011 09:10:00 +0000 (10:10 +0100)] 
oleaut32: Handle NULL arguments to ITypeComp::BindType.

14 years agourlmon: COM cleanup for the IMoniker iface.
Michael Stefaniuc [Tue, 11 Jan 2011 09:10:04 +0000 (10:10 +0100)] 
urlmon: COM cleanup for the IMoniker iface.

14 years agowindowscodecs: COM cleanup for stream.c.
Michael Stefaniuc [Mon, 10 Jan 2011 23:47:30 +0000 (00:47 +0100)] 
windowscodecs: COM cleanup for stream.c.

14 years agowindowscodecs: Use an iface instead of a vtbl pointer in BmpEncoder.
Michael Stefaniuc [Mon, 10 Jan 2011 23:43:15 +0000 (00:43 +0100)] 
windowscodecs: Use an iface instead of a vtbl pointer in BmpEncoder.

14 years agourlmon: Use an iface instead of a vtbl pointer in AsyncBindCtx.
Michael Stefaniuc [Mon, 10 Jan 2011 23:41:11 +0000 (00:41 +0100)] 
urlmon: Use an iface instead of a vtbl pointer in AsyncBindCtx.

14 years agourlmon: Use ifaces instead of vtbl pointers in BindStatusCallback.
Michael Stefaniuc [Mon, 10 Jan 2011 23:39:48 +0000 (00:39 +0100)] 
urlmon: Use ifaces instead of vtbl pointers in BindStatusCallback.

14 years agourlmon: Use an iface instead of a vtbl pointer in stgmed_buf_t.
Michael Stefaniuc [Mon, 10 Jan 2011 23:36:45 +0000 (00:36 +0100)] 
urlmon: Use an iface instead of a vtbl pointer in stgmed_buf_t.

14 years agowindowscodecs: Accept failure when seeking to the start of a TGA footer.
Vincent Povirk [Mon, 10 Jan 2011 23:13:02 +0000 (17:13 -0600)] 
windowscodecs: Accept failure when seeking to the start of a TGA footer.

14 years agowindowscodecs: Ignore an unspecified extra sample in RGB TIFF images.
Vincent Povirk [Mon, 10 Jan 2011 21:46:44 +0000 (15:46 -0600)] 
windowscodecs: Ignore an unspecified extra sample in RGB TIFF images.

14 years agowindowscodecs: Avoid an iface -> impl conversion from a non-method.
Vincent Povirk [Mon, 10 Jan 2011 21:36:14 +0000 (15:36 -0600)] 
windowscodecs: Avoid an iface -> impl conversion from a non-method.

14 years agowindowscodecs: Support 8-bit RGB (as opposed to BGR) bitfields bitmaps.
Vincent Povirk [Mon, 10 Jan 2011 21:24:08 +0000 (15:24 -0600)] 
windowscodecs: Support 8-bit RGB (as opposed to BGR) bitfields bitmaps.

14 years agowindowscodecs: Add a utility function for swapping 8-bit BGR/RGB data.
Vincent Povirk [Mon, 10 Jan 2011 21:23:17 +0000 (15:23 -0600)] 
windowscodecs: Add a utility function for swapping 8-bit BGR/RGB data.

14 years agowindowscodecs: Ignore the alpha channel of ICO files if it's empty.
Vincent Povirk [Mon, 10 Jan 2011 20:36:19 +0000 (14:36 -0600)] 
windowscodecs: Ignore the alpha channel of ICO files if it's empty.

14 years agomshtml: Get rid of win9x test failures workarounds.
Jacek Caban [Mon, 10 Jan 2011 22:07:46 +0000 (23:07 +0100)] 
mshtml: Get rid of win9x test failures workarounds.

14 years agommdevapi: Prevent deadlock when releasing a stream that's still playing.
Andrew Eikum [Mon, 10 Jan 2011 20:10:50 +0000 (14:10 -0600)] 
mmdevapi: Prevent deadlock when releasing a stream that's still playing.

14 years agommdevapi: Children of IAudioClient should hold a reference to their parents.
Andrew Eikum [Mon, 10 Jan 2011 20:10:44 +0000 (14:10 -0600)] 
mmdevapi: Children of IAudioClient should hold a reference to their parents.

14 years agoimagehlp: Use define instead of hardcoded value.
André Hentschel [Mon, 10 Jan 2011 18:20:15 +0000 (19:20 +0100)] 
imagehlp: Use define instead of hardcoded value.

14 years agourlmon: Store object instead of interface pointer to BindProtocol in Binding object.
Jacek Caban [Mon, 10 Jan 2011 17:25:44 +0000 (18:25 +0100)] 
urlmon: Store object instead of interface pointer to BindProtocol in Binding object.

14 years agowinefile: Convert menu and string table resources to po files.
Alexandre Julliard [Mon, 10 Jan 2011 22:37:15 +0000 (23:37 +0100)] 
winefile: Convert menu and string table resources to po files.

14 years agowinhlp32: Convert menu and string table resources to po files.
Alexandre Julliard [Mon, 10 Jan 2011 19:30:14 +0000 (20:30 +0100)] 
winhlp32: Convert menu and string table resources to po files.

14 years agowinemine: Convert menu and string table resources to po files.
Alexandre Julliard [Mon, 10 Jan 2011 18:35:32 +0000 (19:35 +0100)] 
winemine: Convert menu and string table resources to po files.

14 years agokernel32/tests: Set TrueType console font before running tests.
Greg Geldorp [Mon, 10 Jan 2011 11:11:50 +0000 (12:11 +0100)] 
kernel32/tests: Set TrueType console font before running tests.

ReadConsoleOutputW doesn't retrieve characters from the output buffer
correctly for characters that don't have a glyph in the console font.

14 years agowinedbg: Convert menu and string table resources to po files.
Alexandre Julliard [Mon, 10 Jan 2011 12:54:23 +0000 (13:54 +0100)] 
winedbg: Convert menu and string table resources to po files.

14 years agowineconsole: Convert string table resources to po files.
Alexandre Julliard [Mon, 10 Jan 2011 12:42:09 +0000 (13:42 +0100)] 
wineconsole: Convert string table resources to po files.

14 years agoview: Convert menu and string table resources to po files.
Alexandre Julliard [Mon, 10 Jan 2011 12:25:22 +0000 (13:25 +0100)] 
view: Convert menu and string table resources to po files.

14 years agotools: Upgrade the config.guess/config.sub scripts.
Alexandre Julliard [Mon, 10 Jan 2011 12:03:02 +0000 (13:03 +0100)] 
tools: Upgrade the config.guess/config.sub scripts.

14 years agogdi32/tests: Fix some font test failures on non-English machines.
Greg Geldorp [Sun, 9 Jan 2011 20:48:57 +0000 (21:48 +0100)] 
gdi32/tests: Fix some font test failures on non-English machines.

14 years agodbghelp: Speed up source string creation (by using rb trees).
Eric Pouech [Sat, 8 Jan 2011 13:15:31 +0000 (14:15 +0100)] 
dbghelp: Speed up source string creation (by using rb trees).

14 years agodbghelp: Better support for OOM conditions when creating source file table.
Eric Pouech [Sat, 8 Jan 2011 13:15:25 +0000 (14:15 +0100)] 
dbghelp: Better support for OOM conditions when creating source file table.

14 years agowinedbg: Try to detect jump (potentially thunk code) while getting the status.
Eric Pouech [Sat, 8 Jan 2011 13:09:03 +0000 (14:09 +0100)] 
winedbg: Try to detect jump (potentially thunk code) while getting the status.

14 years agowinedbg: Added CPU method for identifying a jmp insn, and implement it for i386.
Eric Pouech [Sat, 8 Jan 2011 13:08:56 +0000 (14:08 +0100)] 
winedbg: Added CPU method for identifying a jmp insn, and implement it for i386.

14 years agodbghelp: Added preliminary extended FPO information out of PDB files.
Eric Pouech [Sat, 8 Jan 2011 13:04:20 +0000 (14:04 +0100)] 
dbghelp: Added preliminary extended FPO information out of PDB files.

14 years agodbghelp: Keep the mapping of any PDB file open until the module is unloaded.
Eric Pouech [Sat, 8 Jan 2011 13:04:14 +0000 (14:04 +0100)] 
dbghelp: Keep the mapping of any PDB file open until the module is unloaded.

14 years agodbghelp: Use new file/debug format framework to allow keeping pdb files opened.
Eric Pouech [Sat, 8 Jan 2011 13:04:08 +0000 (14:04 +0100)] 
dbghelp: Use new file/debug format framework to allow keeping pdb files opened.

14 years agodbghelp: Restructure internal PDB information.
Eric Pouech [Sat, 8 Jan 2011 13:04:01 +0000 (14:04 +0100)] 
dbghelp: Restructure internal PDB information.

14 years agowinedump: Added support for dumping FPO streams.
Eric Pouech [Sat, 8 Jan 2011 13:03:52 +0000 (14:03 +0100)] 
winedump: Added support for dumping FPO streams.

14 years agocomctl32/imagelist: Don't change destination size in ImageList_Duplicate without...
Alexandre Julliard [Mon, 10 Jan 2011 10:16:23 +0000 (11:16 +0100)] 
comctl32/imagelist: Don't change destination size in ImageList_Duplicate without corresponding allocation.

14 years agocomctl32/rebar: Implemented dragging between rows.
Joel Holdsworth [Sun, 9 Jan 2011 09:40:23 +0000 (09:40 +0000)] 
comctl32/rebar: Implemented dragging between rows.

14 years agocomctl32/rebar: Moved drag notify code into REBAR_MouseMove.
Joel Holdsworth [Sun, 9 Jan 2011 09:40:15 +0000 (09:40 +0000)] 
comctl32/rebar: Moved drag notify code into REBAR_MouseMove.

14 years agocomctl32/rebar: Implemented band reordering within rows.
Joel Holdsworth [Sun, 9 Jan 2011 09:40:10 +0000 (09:40 +0000)] 
comctl32/rebar: Implemented band reordering within rows.

14 years agocomctl32/rebar: Removed a redundant call.
Joel Holdsworth [Sun, 9 Jan 2011 09:40:08 +0000 (09:40 +0000)] 
comctl32/rebar: Removed a redundant call.

14 years agowordpad: Update Korean resource.
Hwang YunSong [Sat, 8 Jan 2011 01:43:18 +0000 (10:43 +0900)] 
wordpad: Update Korean resource.

14 years agowinspool.drv: Update Korean resource.
Hwang YunSong [Sat, 8 Jan 2011 01:41:46 +0000 (10:41 +0900)] 
winspool.drv: Update Korean resource.

14 years agowininet: Update Korean resource.
Hwang YunSong [Sat, 8 Jan 2011 01:40:14 +0000 (10:40 +0900)] 
wininet: Update Korean resource.

14 years agodinput: COM cleanup - use interfaces instead of vtbl. Combine both Unicode and ASCII...
Vitaliy Margolen [Sun, 9 Jan 2011 22:44:19 +0000 (15:44 -0700)] 
dinput: COM cleanup - use interfaces instead of vtbl. Combine both Unicode and ASCII interfaces into the same classes.

14 years agodinput: Explicitly define ASCII and Unicode methods in joydev joystick.
Vitaliy Margolen [Sun, 9 Jan 2011 22:44:11 +0000 (15:44 -0700)] 
dinput: Explicitly define ASCII and Unicode methods in joydev joystick.

14 years agodinput: Explicitly define ASCII and Unicode methods in evdev joystick.
Vitaliy Margolen [Sun, 9 Jan 2011 22:44:08 +0000 (15:44 -0700)] 
dinput: Explicitly define ASCII and Unicode methods in evdev joystick.

14 years agodinput: Explicitly define ASCII and Unicode methods in joystick base class. Use new...
Vitaliy Margolen [Sun, 9 Jan 2011 22:44:05 +0000 (15:44 -0700)] 
dinput: Explicitly define ASCII and Unicode methods in joystick base class. Use new methods in child classes.

14 years agodinput: Explicitly define ASCII and Unicode methods in mouse.
Vitaliy Margolen [Sun, 9 Jan 2011 22:44:02 +0000 (15:44 -0700)] 
dinput: Explicitly define ASCII and Unicode methods in mouse.

14 years agodinput: Explicitly define ASCII and Unicode methods in keyboard.
Vitaliy Margolen [Sun, 9 Jan 2011 22:43:58 +0000 (15:43 -0700)] 
dinput: Explicitly define ASCII and Unicode methods in keyboard.

14 years agodinput: Explicitly define ASCII and Unicode methods in DirectInputDevice base class...
Vitaliy Margolen [Sun, 9 Jan 2011 22:43:55 +0000 (15:43 -0700)] 
dinput: Explicitly define ASCII and Unicode methods in DirectInputDevice base class. Make ASCII methods call Unicode. Use new methods in child classes.

14 years agodinput: Change internal check_dinput_hooks method to take W iface.
Vitaliy Margolen [Sun, 9 Jan 2011 22:43:52 +0000 (15:43 -0700)] 
dinput: Change internal check_dinput_hooks method to take W iface.

14 years agodinput: COM cleanup - use helper function instead of direct typecast in OS/X joystick.
Vitaliy Margolen [Sun, 9 Jan 2011 22:43:48 +0000 (15:43 -0700)] 
dinput: COM cleanup - use helper function instead of direct typecast in OS/X joystick.

14 years agodinput: COM cleanup - use helper function instead of direct typecast in linuxinput...
Vitaliy Margolen [Sun, 9 Jan 2011 22:43:45 +0000 (15:43 -0700)] 
dinput: COM cleanup - use helper function instead of direct typecast in linuxinput joystick.

14 years agodinput: COM cleanup - use helper function instead of direct typecast in Linux joystick.
Vitaliy Margolen [Sun, 9 Jan 2011 22:43:41 +0000 (15:43 -0700)] 
dinput: COM cleanup - use helper function instead of direct typecast in Linux joystick.

14 years agodinput: COM cleanup - use helper function instead of direct typecast in base joystick...
Vitaliy Margolen [Sun, 9 Jan 2011 22:43:37 +0000 (15:43 -0700)] 
dinput: COM cleanup - use helper function instead of direct typecast in base joystick class.

14 years agodinput: COM cleanup - use helper function instead of direct typecast in keyboard.
Vitaliy Margolen [Sun, 9 Jan 2011 22:43:32 +0000 (15:43 -0700)] 
dinput: COM cleanup - use helper function instead of direct typecast in keyboard.

14 years agodinput: COM cleanup - use helper function instead of direct typecast in mouse.
Vitaliy Margolen [Sun, 9 Jan 2011 22:43:26 +0000 (15:43 -0700)] 
dinput: COM cleanup - use helper function instead of direct typecast in mouse.

14 years agodinput: COM cleanup - use helper function instead of direct typecast in base device...
Vitaliy Margolen [Sun, 9 Jan 2011 22:43:21 +0000 (15:43 -0700)] 
dinput: COM cleanup - use helper function instead of direct typecast in base device class.

14 years agodinput: COM cleanup - use proper interface instead of typecasting This when calling...
Vitaliy Margolen [Sun, 9 Jan 2011 22:43:17 +0000 (15:43 -0700)] 
dinput: COM cleanup - use proper interface instead of typecasting This when calling queue_event.

14 years agodinput: COM cleanup - return interface instead of typecasting This.
Vitaliy Margolen [Sun, 9 Jan 2011 22:43:12 +0000 (15:43 -0700)] 
dinput: COM cleanup - return interface instead of typecasting This.

14 years agodinput: COM cleanup - use proper DirectInput interface with IUknown calls.
Vitaliy Margolen [Sun, 9 Jan 2011 22:43:09 +0000 (15:43 -0700)] 
dinput: COM cleanup - use proper DirectInput interface with IUknown calls.

14 years agodinput: More COM cleanup for IDirectInput - use interfaces instead of typecasts.
Vitaliy Margolen [Sun, 9 Jan 2011 22:43:03 +0000 (15:43 -0700)] 
dinput: More COM cleanup for IDirectInput - use interfaces instead of typecasts.

14 years agowinetest: Include account level info in the report.
Greg Geldorp [Sun, 9 Jan 2011 23:40:33 +0000 (00:40 +0100)] 
winetest: Include account level info in the report.

14 years agows2_32: Restructure and simplify debugstr_wsaioctl a bit.
Gerald Pfeifer [Sat, 8 Jan 2011 15:47:59 +0000 (16:47 +0100)] 
ws2_32: Restructure and simplify debugstr_wsaioctl a bit.

14 years agomsi/tests: Add a test for MsiGetComponentState.
Hans Leidekker [Mon, 10 Jan 2011 08:43:48 +0000 (09:43 +0100)] 
msi/tests: Add a test for MsiGetComponentState.

14 years agomsi/tests: Add tests for publishing and unpublishing assemblies.
Hans Leidekker [Mon, 10 Jan 2011 08:43:34 +0000 (09:43 +0100)] 
msi/tests: Add tests for publishing and unpublishing assemblies.

14 years agoappwiz.cpl: Fix two RegQueryValueExW calls.
Hans Leidekker [Mon, 10 Jan 2011 08:43:19 +0000 (09:43 +0100)] 
appwiz.cpl: Fix two RegQueryValueExW calls.

14 years agoRevert "advapi32: Fix cred domain according to tests.".
Hans Leidekker [Mon, 10 Jan 2011 08:43:04 +0000 (09:43 +0100)] 
Revert "advapi32: Fix cred domain according to tests.".

This reverts commit 061eb12ca39dc6dfd58c3bc2c16586da58fddac3.
The patch makes tests for CredRead and CredEnumerate pass but breaks
CredWrite at the same time.

14 years agokernel32: Add a stub implementation of GetThreadIOPendingFlag.
Hans Leidekker [Mon, 10 Jan 2011 08:42:41 +0000 (09:42 +0100)] 
kernel32: Add a stub implementation of GetThreadIOPendingFlag.

14 years agomsxml3: Don't forward get_namespaceURI calls to node's IXMLDOMNode iface.
Jacek Caban [Sun, 9 Jan 2011 20:42:55 +0000 (21:42 +0100)] 
msxml3: Don't forward get_namespaceURI calls to node's IXMLDOMNode iface.

14 years agomsxml3: Don't forward get_nodeTypedValue to node's IXMLDOMNode iface.
Jacek Caban [Sun, 9 Jan 2011 20:42:37 +0000 (21:42 +0100)] 
msxml3: Don't forward get_nodeTypedValue to node's IXMLDOMNode iface.

Its current implementation for XML_ENTITY_REF_NODE can't work and will
always return VT_NULL variant anyways.

14 years agourlmon: Use an iface instead of a vtbl pointer in MkProtocol.
Michael Stefaniuc [Sun, 9 Jan 2011 19:45:20 +0000 (20:45 +0100)] 
urlmon: Use an iface instead of a vtbl pointer in MkProtocol.

14 years agourlmon: Use ifaces instead of vtbl pointers in MimeFilter.
Michael Stefaniuc [Sun, 9 Jan 2011 19:39:15 +0000 (20:39 +0100)] 
urlmon: Use ifaces instead of vtbl pointers in MimeFilter.

14 years agourlmon: Use ifaces instead of vtbl pointers in GopherProtocol.
Michael Stefaniuc [Sun, 9 Jan 2011 19:32:59 +0000 (20:32 +0100)] 
urlmon: Use ifaces instead of vtbl pointers in GopherProtocol.

14 years agod3dcompiler_43/tests: Added error tests to HLSL test suite.
Travis Athougies [Sat, 8 Jan 2011 21:14:09 +0000 (13:14 -0800)] 
d3dcompiler_43/tests: Added error tests to HLSL test suite.

14 years agod3dcompiler_43/tests: Fixed nonconformant C string literals in HLSL test suite.
Travis Athougies [Sat, 8 Jan 2011 21:13:52 +0000 (13:13 -0800)] 
d3dcompiler_43/tests: Fixed nonconformant C string literals in HLSL test suite.

14 years agoshdocvw: Improved 'iexplore -nohome' handling.
Jacek Caban [Fri, 7 Jan 2011 18:07:05 +0000 (19:07 +0100)] 
shdocvw: Improved 'iexplore -nohome' handling.

14 years agoshdocvw: Moved allocating InternetExplorer object to separated function.
Jacek Caban [Fri, 7 Jan 2011 18:06:39 +0000 (19:06 +0100)] 
shdocvw: Moved allocating InternetExplorer object to separated function.

14 years agoshdocvw: Added beginning iexplore DDE suport.
Jacek Caban [Fri, 7 Jan 2011 18:06:17 +0000 (19:06 +0100)] 
shdocvw: Added beginning iexplore DDE suport.

14 years agoshdocvw: Added InternetExplorer::get_Visible implementation.
Jacek Caban [Fri, 7 Jan 2011 18:05:16 +0000 (19:05 +0100)] 
shdocvw: Added InternetExplorer::get_Visible implementation.

14 years agoshdocvw: Added InternetExplorer object tests.
Jacek Caban [Fri, 7 Jan 2011 18:04:07 +0000 (19:04 +0100)] 
shdocvw: Added InternetExplorer object tests.

14 years agoshdocvw: Separate DocHost ref count from InternetExplorer ref count.
Jacek Caban [Fri, 7 Jan 2011 18:03:23 +0000 (19:03 +0100)] 
shdocvw: Separate DocHost ref count from InternetExplorer ref count.

14 years agopo: Update Lithuanian translation.
Aurimas Fišeras [Fri, 7 Jan 2011 16:23:52 +0000 (18:23 +0200)] 
po: Update Lithuanian translation.

14 years agotaskmgr: Convert menu and string table resources to po files.
Alexandre Julliard [Sat, 8 Jan 2011 15:43:38 +0000 (16:43 +0100)] 
taskmgr: Convert menu and string table resources to po files.

14 years agoprogman: Convert menu and string table resources to po files.
Alexandre Julliard [Sat, 8 Jan 2011 15:19:06 +0000 (16:19 +0100)] 
progman: Convert menu and string table resources to po files.

14 years agonotepad: Convert menu and string table resources to po files.
Alexandre Julliard [Sat, 8 Jan 2011 11:53:31 +0000 (12:53 +0100)] 
notepad: Convert menu and string table resources to po files.

14 years agoconfigure: Update libgettextpo check to detect too old versions.
Alexandre Julliard [Sat, 8 Jan 2011 14:53:26 +0000 (15:53 +0100)] 
configure: Update libgettextpo check to detect too old versions.