Commit Graph

5205 Commits

Author SHA1 Message Date
Michael Stefaniuc 6a277e901f cmdlgtst: Remove the ignored common resource attributes. 2010-07-22 11:41:36 +02:00
Davide Pizzetti fb4bb58880 xcopy: Italian translation update. 2010-07-22 10:23:46 +02:00
Davide Pizzetti cf96f89ef0 winedbg: Italian translation update. 2010-07-22 10:23:05 +02:00
Davide Pizzetti 53db2df4b1 winecfg: Italian translation update. 2010-07-22 10:22:58 +02:00
Igor Paliychuk 0a3f093fe4 wineconsole: Add Ukrainian translation. 2010-07-22 10:12:21 +02:00
Alexandre Julliard 6fb39dfe4a programs: Remove explicit imports of kernel32 and ntdll. 2010-07-21 17:38:37 +02:00
Michael Stefaniuc cd8e1f8e75 notepad: Move from a per resource to a global LANGUAGE setting. 2010-07-21 13:24:00 +02:00
Michael Stefaniuc f6ff7225b3 start: Remove the redundant per resource LANGUAGE settings.
The LANGUAGE is already set globally in the rc files.
2010-07-21 13:24:00 +02:00
Michael Stefaniuc 5e7bdb8a7e clock: Move from a per resource to a global LANGUAGE setting. 2010-07-21 13:24:00 +02:00
Michael Stefaniuc 6e8c900d19 winhlp32: Move from a per resource to a global LANGUAGE setting. 2010-07-21 13:23:59 +02:00
Alexandre Julliard 59ef151a93 rundll32: Fix a pointer conversion warning on 64-bit. 2010-07-21 13:23:59 +02:00
Igor Paliychuk 516e8a3b60 notepad: Ukrainian translation fix. 2010-07-21 13:23:57 +02:00
Igor Paliychuk ffe0ac817c progman: Ukrainian translation fix. 2010-07-21 13:23:57 +02:00
Damjan Jovanovic 187dec992f winemenubuilder: Always initialize COM. 2010-07-21 09:33:31 +02:00
Igor Paliychuk 1fbb96f89a winedbg: Add Ukrainian translation. 2010-07-20 16:29:46 +02:00
Igor Paliychuk e736284b46 wineboot: Add Ukrainian translation. 2010-07-20 16:29:46 +02:00
Igor Paliychuk 86c5fef097 progman: Add Ukrainian translation. 2010-07-20 16:29:46 +02:00
Igor Paliychuk 638aa31476 net: Add Ukrainian translation. 2010-07-20 16:29:46 +02:00
Dylan Smith c37cdce905 wordpad: Save and load word wrap registry options. 2010-07-20 13:13:04 +02:00
Dylan Smith 9de8357965 wordpad: Avoid filling overlapping rectangles in print preview.
This reduces the amount of flicker seen from redrawing the window.
2010-07-20 13:13:04 +02:00
Dylan Smith 0cd3ee3d91 wordpad: Remove sized print preview page buffer.
This extra buffer only saves the result of the StretchBlt operatation,
which isn't worth doing since a BitBlt will still be needed from the buffer
to the screen. This causes noticable delay on resizing since a new sized
bitmap needs to be created, the old bitmap needs to be destroyed, and then
both a StretchBlt and a Bitblt is needed to actually repaint the window.
2010-07-20 13:13:04 +02:00
Dylan Smith 6c9edce1a8 wordpad: Reduce unnecessary flicker from extra background erasing. 2010-07-20 13:13:04 +02:00
Dylan Smith dd789d50f2 wordpad: Search finished message box should be modal. 2010-07-20 13:13:04 +02:00
Dylan Smith fbd30765f0 wordpad: Find dialogs intialize find field with selection.
If there is a selection that doesn't span multiple paragraphs, then the
selection text initializes the find field in native wordpad, otherwise the
last search is used to initialize the field.  I added an extra buffer,
since closing the find dialog before doing a search will preserve the last
search state.
2010-07-20 13:13:04 +02:00
Dylan Smith 72f735b25e wordpad: Fix behaviour of find/replace dialog.
Pressing replace should only replace a selected match, and afterwards it
should find the next match. Searches should always start from the start of
the selection, even if the selection is moved in between searches. Searches
wrap at the end of text, and should keep track of whether it has wrapped
from previous searches to determine if it reached the end position.
2010-07-20 13:13:04 +02:00
André Hentschel 117a436bbf winecfg: Improve German view. 2010-07-20 13:13:04 +02:00
Austin English 82868174bc Remove references to wineprefixcreate. 2010-07-20 12:35:40 +02:00
Michael Stefaniuc dbdedefe71 cmd: Remove stray ';' from the resource files. 2010-07-20 12:34:55 +02:00
Detlef Riekenberg df898ea47a rundll.exe16: Add program as 16bit wrapper for rundll32.exe. 2010-07-19 15:22:59 +02:00
Damjan Jovanovic 8b593e903f notepad: Substitute the page number in the footer. 2010-07-19 15:10:28 +02:00
Detlef Riekenberg 115bf743b8 winhelp.exe16: Add missing separator after command name. 2010-07-19 14:49:07 +02:00
Greg Geldorp 6521fc192f winetest: Take manifests into account when hunting for DLLs. 2010-07-19 14:38:17 +02:00
Igor Paliychuk efe7fbd20b notepad: Add Ukrainian translation. 2010-07-19 14:38:17 +02:00
Igor Paliychuk 23c627af26 winecfg: Add Ukrainian translation. 2010-07-19 14:38:17 +02:00
Igor Paliychuk 86603e52eb oleview: Add Ukrainian translation. 2010-07-19 14:38:17 +02:00
Igor Paliychuk 32e6007010 regedit: Add Ukrainian translation. 2010-07-19 14:38:17 +02:00
Igor Paliychuk c22e1299ec taskmgr: Add Ukrainian translation. 2010-07-19 14:38:17 +02:00
Damjan Jovanovic 9c858d914e winedbg: Fix Serbian Latin translation. 2010-07-14 17:55:32 +02:00
Damjan Jovanovic 3c4593a529 wineboot: Fix Serbian Latin translation. 2010-07-14 17:55:29 +02:00
Michael Stefaniuc 007047a55a cmdlgtst: Add the Romanian translation.
Translation by Claudia Cotună and me.
2010-07-14 11:43:55 +02:00
Michael Stefaniuc af2f225a16 wineconsole: Add the Romanian translation.
Translation by Claudia Cotună.
2010-07-14 11:43:09 +02:00
Paul Vriens 03742f4eff winedbg: Add the Serbian (Latin) translation.
Translation by Nenad Vujic <nesa24casa@gmail.com>
2010-07-13 19:50:44 +02:00
Paul Vriens 72208aac39 wineboot: Add the Serbian (Latin) translation.
Translation by Nenad Vujic <nesa24casa@gmail.com>
2010-07-13 19:50:38 +02:00
Michael Stefaniuc 8b4986a0c3 wordpad: Fix the errors in the Chinese (Traditional) resources. 2010-07-13 17:04:16 +02:00
Michael Stefaniuc 339d0201fe taskmgr: Fix an error in a Chinese (Traditional) resource. 2010-07-13 17:04:13 +02:00
Michael Stefaniuc f654ca37f0 regedit: Fix an error in a Chinese (Traditional) resource. 2010-07-13 17:04:10 +02:00
Cheer Xiao 61cb8ff21a wordpad: Update simplified Chinese translation. 2010-07-13 16:28:13 +02:00
Cheer Xiao 7d4a7d110e wineboot: Update simplified Chinese translation. 2010-07-13 16:28:02 +02:00
Cheer Xiao 0d509ceb6c taskmgr: Update simplified Chinese translation. 2010-07-13 16:28:02 +02:00
Cheer Xiao bafb9aaa7e regedit: Update simplified Chinese translation. 2010-07-13 16:28:02 +02:00
Michael Stefaniuc a0ae8d5374 cmd: Add the Romanian translation.
Translation by Claudia Cotună.
2010-07-13 16:28:02 +02:00
Alexander Nicolaysen Sørnes 05cb1cd2e9 winecfg: Update Norwegian Bokmål translation. 2010-07-13 16:28:02 +02:00
Michael Stefaniuc 4961964da8 winecfg: Fix the errors in a Chinese (Traditional) resource. 2010-07-13 16:28:01 +02:00
Michael Stefaniuc b67ccf1cd5 taskmgr: Fix an error in a Turkish resource. 2010-07-13 16:28:01 +02:00
Michael Stefaniuc c7a03b618a notepad: Fix an error in a Chinese (Traditional) resource. 2010-07-13 16:28:01 +02:00
Michael Stefaniuc 6a253e2f51 notepad: Fix an error in a Turkish resource. 2010-07-13 16:28:01 +02:00
Michael Stefaniuc b707f0473a notepad: Fix an error in a Thai resource. 2010-07-13 16:28:01 +02:00
Michael Stefaniuc cfe693e966 notepad: Fix an error in an Esperanto resource. 2010-07-13 16:28:01 +02:00
Michael Stefaniuc a014df2b11 notepad: Fix an error in a Hungarian resource. 2010-07-13 16:28:01 +02:00
Michael Stefaniuc 7745ccc2ff wordpad: Remove a stray and incomplete Portuguese (Neutral) resource. 2010-07-13 11:05:51 +02:00
Michael Stefaniuc 90e30f0739 wordpad: Fix an error in a Russian resource. 2010-07-13 11:05:47 +02:00
Michael Stefaniuc 509e35d05f uninstaller: Update the Czech translation.
Translation by Radek Vokal.
2010-07-12 19:44:09 +02:00
Michael Stefaniuc a569032d76 winhlp32: Remove an untranslated resource from multiple translations. 2010-07-12 16:18:18 +02:00
Michael Stefaniuc 2837bc3796 taskmgr: Add the Romanian translation.
Translation by Claudia Cotună.
2010-07-12 16:18:12 +02:00
Michael Stefaniuc e8e58aa7e4 winefile: Add the Romanian translation.
Translation by Claudia Cotună.
2010-07-12 16:17:59 +02:00
Michael Stefaniuc 7387026120 oleview: Add the Romanian translation.
Translation by Claudia Cotună.
2010-07-12 11:36:11 +02:00
Michael Stefaniuc 11f367f6a5 regedit: Add the Romanian translation.
Translation by Claudia Cotună.
2010-07-12 11:36:08 +02:00
Igor Paliychuk 92047639b8 winhlp32: Ukrainian translation update. 2010-07-09 16:29:29 +02:00
Gustavo Henrique Milaré 3bc53addbf taskmgr: Fixed Portuguese (Brazilian) translation. 2010-07-08 17:33:38 +02:00
Igor Paliychuk ac51088a70 winemine: Add Ukrainian translation. 2010-07-08 17:33:38 +02:00
Igor Paliychuk 0f50589a40 view: Add Ukrainian translation. 2010-07-08 17:33:37 +02:00
Igor Paliychuk e4e2e484e4 uninstaller: Add Ukrainian translation. 2010-07-08 17:33:36 +02:00
Igor Paliychuk c3f84edb99 clock: Add Ukrainian translation. 2010-07-08 17:33:35 +02:00
Ken Sharp c72cd32ff9 uninstaller: Add Welsh resource. 2010-07-07 11:30:33 +02:00
Ken Sharp 4804a54393 view: Add Welsh resource. 2010-07-07 11:30:30 +02:00
Alexander Nicolaysen Sørnes f12a846d63 wordpad: Update Norwegian Bokmål translation. 2010-07-06 19:28:27 +02:00
Michael Stefaniuc 58c0f2de16 wordpad: Add the Romanian translation.
Translation by Claudia Cotună, reviewed by Alexandru Băluț.
2010-07-06 11:18:21 +02:00
Michael Stefaniuc 28c48c21f7 progman: Fix the sizes of a dialog in the Romanian translation. 2010-07-06 11:18:17 +02:00
Paul Vriens efc5209ac4 notepad: Use SUBLANG_NEUTRAL for the Arabic resources. 2010-07-06 11:18:09 +02:00
Michael Stefaniuc daf29aa4dd winhlp32: Remove an untranslated resource from the Romansh translation. 2010-07-05 17:10:07 +02:00
Yaron Shahrabani 055397f765 notepad: Add Arabic translation by Khaled Hosny. 2010-07-05 12:59:47 +02:00
Yaron Shahrabani bc73a47347 notepad: Add Hebrew translation. 2010-07-05 12:59:47 +02:00
Michael Stefaniuc 63430a826f progman: Add the Romanian translation.
Translation by Claudia Cotună, reviewed by Alexandru Băluț.
2010-07-02 13:18:16 +02:00
Gustavo Henrique Milaré 3c5482a72c winhlp32: Update Portuguese (Brazilian) translation. 2010-07-02 12:17:25 +02:00
André Hentschel afdc767cd3 winecfg: Remove BS_DEFPUSHBUTTON style for AddDll. 2010-07-01 20:11:55 +02:00
Gustavo Henrique Milaré b6cd1c4d18 regedit: Update Portuguese (Brazilian) translation. 2010-07-01 10:10:32 +02:00
Gustavo Henrique Milaré d58782fce1 xcopy: Update Portuguese (Brazilian) translation. 2010-07-01 10:10:24 +02:00
Gustavo Henrique Milaré 7519d672df winhlp32: Update Portuguese (Brazilian) translation. 2010-07-01 10:10:19 +02:00
Gustavo Henrique Milaré 6425defb3b winemine: Update Portuguese (Brazilian) translation. 2010-07-01 10:10:16 +02:00
Gustavo Henrique Milaré b932fa3a81 winedbg: Update Portuguese (Brazilian) translation. 2010-07-01 10:10:11 +02:00
Gustavo Henrique Milaré 59975e2b01 wineconsole: Update Portuguese (Brazilian) translation. 2010-07-01 10:10:07 +02:00
Gustavo Henrique Milaré 7e8c3fb08e wineboot: Update Portuguese (Brazilian) translation. 2010-07-01 10:10:02 +02:00
Gustavo Henrique Milaré a229da4626 view: Update Portuguese (Brazilian) translation. 2010-07-01 10:09:58 +02:00
Gustavo Henrique Milaré 74fcac9dfa uninstaller: Update Portuguese (Brazilian) translation. 2010-07-01 10:09:54 +02:00
Gustavo Henrique Milaré 77cd3a5167 taskmgr: Update Portuguese (Brazilian) translation. 2010-07-01 10:09:49 +02:00
Gustavo Henrique Milaré b06332fbc7 start: Update Portuguese (Brazilian) translation. 2010-07-01 10:09:44 +02:00
Gustavo Henrique Milaré 5356e20261 reg: Update Portuguese (Brazilian) translation. 2010-07-01 10:09:40 +02:00
Gustavo Henrique Milaré 3a5a4ed054 oleview: Update Portuguese (Brazilian) translation. 2010-07-01 10:09:36 +02:00
Gustavo Henrique Milaré cf229e7589 net: Update Portuguese (Brazilian) translation. 2010-07-01 10:09:31 +02:00
Gustavo Henrique Milaré 1c51dee34d cmdlgtst: Update Portuguese (Brazilian) translation. 2010-07-01 10:09:25 +02:00
Gustavo Henrique Milaré 0a49769b32 cmd: Update Portuguese (Brazilian) translation. 2010-07-01 10:09:20 +02:00
Gustavo Henrique Milaré 10d420afc2 winecfg: Fix Portuguese (Brazilian) translation. 2010-07-01 10:09:15 +02:00
Alexandre Julliard f21861d3be winedbg: Add a name for a couple of instructions in the disassembler. 2010-06-30 21:16:59 +02:00
Alexandre Julliard 15d30f84a3 winedbg: Use the correct context when fetching the frame state for backtraces. 2010-06-30 21:16:24 +02:00
Alexander Nicolaysen Sørnes 6cf3823a8c wordpad: Update Norwegian Bokmål translation. 2010-06-30 16:19:32 +02:00
David Hedberg 67f17a2416 taskmgr: Small update to the Swedish translation. 2010-06-29 10:54:53 +02:00
David Hedberg ba7b2813cb wordpad: Small update to the Swedish translation. 2010-06-29 10:54:50 +02:00
Igor Paliychuk f8a16d3b30 xcopy: Ukrainian translation update. 2010-06-29 10:54:44 +02:00
Igor Paliychuk 3762d1c9f8 reg: Ukrainian translation update. 2010-06-29 10:54:33 +02:00
Alexandre Julliard db68b1e602 winemenubuilder: Use the new wine glass icon from user32 as default icon. 2010-06-28 16:58:40 +02:00
Alexandre Julliard 67bdd633b2 winemenubuilder: Load only low bit count icons if we are going to save to XPM format. 2010-06-28 16:58:40 +02:00
Hwang YunSong 098e6e7f8a xcopy: Update Korean resource. 2010-06-28 16:58:38 +02:00
Hwang YunSong ffc5f0d45f cmd: Update Korean resource. 2010-06-28 16:58:38 +02:00
Michael Stefaniuc b8489d5f33 start: One language specifier in the English resource is enough.
Also fix a strange indentation.
2010-06-28 11:44:23 +02:00
Michael Stefaniuc 1f244ce0c5 start: Add the Romanian translation.
Translation by Claudia Cotună, reviewed by Alexandru Băluț.
2010-06-28 11:44:19 +02:00
Igor Paliychuk 9fa578041c winefile: Ukrainian translation update. 2010-06-28 11:43:49 +02:00
Igor Paliychuk 40c30b3452 wordpad: Ukrainian translation update. 2010-06-28 11:43:22 +02:00
Michael Stefaniuc 911278b874 winedbg: Add the Romanian translation.
Translation by Claudia Cotună, reviewed by Alexandru Băluț.
2010-06-25 12:50:42 +02:00
Michael Stefaniuc c3e602c6b5 reg: Add the Romanian translation.
Translation by Claudia Cotună, reviewed by Alexandru Băluț.
2010-06-25 12:50:31 +02:00
Dylan Smith 0c50285e3e wordpad: Use correct resource ID for tab stops dialog.
Fixes regression from commit 55f024afe1.
2010-06-25 10:25:38 +02:00
Gustavo Henrique Milaré 6caca9628a progman: Update Portuguese translation. 2010-06-25 10:25:16 +02:00
Gustavo Henrique Milaré aebcb448fa winefile: Update Portuguese translation. 2010-06-25 10:25:13 +02:00
Gustavo Henrique Milaré 6f163d0c2b notepad: Update Portuguese (Brazilian) translation. 2010-06-25 10:25:09 +02:00
André Hentschel 8ee71cc572 winetest: Also abort while sending. 2010-06-25 10:25:06 +02:00
Alexandre Julliard 6f2aa56ce6 Revert "winebrowser: Convert URL obtained through DdeGetData to Unicode."
This reverts commit 3dcf22e03f. The
conversion is now properly handled in DDEML.
2010-06-24 23:58:37 +02:00
Francois Gouget e5a19a5163 programs: Add a space before ellipses in the Slovenian translation. 2010-06-24 10:36:33 +02:00
Francois Gouget 78dca6d616 wineboot: Remove a space before an ellipsis in the Norwegian (Bokmal) translation. 2010-06-24 10:36:30 +02:00
Francois Gouget 6724fc2604 winhlp32: Remove a space before an ellipsis in the Dutch translation. 2010-06-24 10:36:26 +02:00
Francois Gouget c59b791b85 programs: Remove spaces before '\n's in the resources. 2010-06-24 10:36:23 +02:00
Francois Gouget c5bd7e4eb6 winecfg: The winecfg debug channel is unused so remove it. 2010-06-24 10:36:03 +02:00
Francois Gouget a413afa3e5 wordpad: Make print_preview() and preview_page_hittest() static. 2010-06-24 10:35:08 +02:00
Jose Rostagno d36ef881c1 winhlp32: Fix Spanish translation. 2010-06-24 10:33:41 +02:00
Dylan Smith 63b04e4abf wordpad: Remove untranslated resources from the Chinese translation. 2010-06-24 10:31:31 +02:00
Gustavo Henrique Milaré 49c685e43a wordpad: Fix Portuguese translation. 2010-06-24 10:30:50 +02:00
Gustavo Henrique Milaré 7fe7bd5508 notepad: Fix Portuguese translation. 2010-06-23 17:25:04 +02:00
André Hentschel bee7850344 winetest: Implement aborting. 2010-06-23 16:23:26 +02:00
Gustavo Henrique Milaré 3fbe5d1e04 wordpad: Update Portuguese translation. 2010-06-23 15:31:25 +02:00
Alessandro Pignotti 58f36e863e winedevice: Use 64-bit wide delta when relocating. 2010-06-23 15:30:13 +02:00
Jose Rostagno f3a1e2cf00 regedit: Fix Spanish translation. 2010-06-23 15:28:39 +02:00
Jose Rostagno c5af0b87df start: Fix Spanish translation. 2010-06-23 15:28:32 +02:00
Jose Rostagno 2fffa25290 winecfg: Fix Spanish translation. 2010-06-23 15:28:25 +02:00
Jose Rostagno 05472a9344 wineconsole: Fix Spanish translation. 2010-06-23 15:28:13 +02:00
Michael Stefaniuc 98c2a1ee81 notepad: Fix an error in the Chinese (Simplified) resource.
Translation by Donald Park.
2010-06-23 15:26:48 +02:00
Michael Stefaniuc bd007372d2 notepad: Fix an error in the Wallon resource.
Translation by David Estebanez.
2010-06-23 15:26:48 +02:00
Michael Stefaniuc dbf5ec01ae net: Add the Romanian translation.
Translation by Claudia Cotună.
2010-06-23 15:26:48 +02:00
Luca Bennati 0e63d955d6 cmd: Update Italian translation. 2010-06-23 15:26:48 +02:00
Francois Gouget 4a9b52549e winemenubuilder: Add a trailing '\n' to a FIXME() call. 2010-06-22 20:04:24 +02:00
Gustavo Henrique Milaré cdad4e4af2 winecfg: Update Portuguese translation. 2010-06-22 11:24:27 +02:00
Michael Stefaniuc 71e647fe51 cmd: Don't treat all command lines with '/?' as builtin commands. 2010-06-22 11:22:55 +02:00
Michael Stefaniuc 1d7f820f17 xcopy: Update the English resource. 2010-06-22 11:22:44 +02:00
Michael Stefaniuc a2b2d6adeb xcopy: Add the Romanian translation.
Translation by Claudia Cotună.
2010-06-22 11:22:41 +02:00
Sven Baars 1f8225c99d cmd: Update Dutch translation. 2010-06-22 11:22:30 +02:00
Frédéric Delanoy 2030b8c0c8 cmd: Update French translation. 2010-06-22 11:22:27 +02:00
Aurimas Fišeras e554c4575f cmd: Update Lithuanian translation. 2010-06-22 11:22:24 +02:00
Maarten Lankhorst 0dc5bab1c9 winecfg: Only initialise the audio drivers once. 2010-06-21 12:19:42 +02:00
Hwang YunSong af08cc50b4 winecfg: Update Korean resource. 2010-06-21 11:48:16 +02:00
André Hentschel ab87f82f46 cmd: Update German translation. 2010-06-21 11:47:42 +02:00
Frédéric Delanoy a758a67a8c cmd: Initial PATH value taken from registry, not wine.conf. 2010-06-21 11:47:24 +02:00
Michael Stefaniuc bf19ba2929 winecfg: Fix an error in the Chinese (Traditional) translation. 2010-06-21 11:47:02 +02:00
Michael Stefaniuc 8b0f3e1cf6 wordpad: Remove untranslated resources from the Turkish translation. 2010-06-21 11:47:00 +02:00
Michael Stefaniuc fdf38b72d5 wordpad: "Fix" an error in the Norvegian translation. 2010-06-21 11:46:57 +02:00
Dylan Smith 8a2cb8fe21 winemine: Native RegisterClassEx requires cbSize to be set. 2010-06-21 11:46:50 +02:00
Vitaly Lipatov b974852ce1 Update Russian translations. 2010-06-18 16:22:07 +02:00
Michael Stefaniuc ae942d615a notepad: Fix an error in the Bulgarian translation. 2010-06-17 17:32:21 +02:00
Michael Stefaniuc d47628739e notepad: Fix an error in the Portuguese (Brazil) translation.
Translation by Mauricio Teixeira.
2010-06-17 11:50:28 +02:00
Michael Stefaniuc 1734d098c9 notepad: Fix an error in the Czech translation.
Translation by Radek Vokal.
2010-06-17 11:50:26 +02:00
Michael Stefaniuc fa2b3b1af2 wordpad: "Fix" two errors in the Chinese translations.
By removing two stale copies of an English STRINGTABLE resource.
2010-06-17 11:47:26 +02:00
Michael Stefaniuc 31f8cbd513 wordpad: Remove untranslated resources from the Hungarian translation. 2010-06-17 11:47:21 +02:00
Alexandre Julliard fe1360252f winedevice: Fix up protections before writing to the NT header. 2010-06-15 18:29:08 +02:00
Dylan Smith 250855bfb0 wordpad: Fix failing GetDlgItem that forced screen repaint.
The rebar is the parent of the ruler, not the top level window, so
GetDlgItem was returning NULL when the window is resized.  As a result the
screen was being invalidated and repainted instead of the ruler.
2010-06-15 18:29:07 +02:00
Nikolay Sivov 5c5b9a6933 winhlp32: Added missed Russian resource. 2010-06-15 18:29:07 +02:00
Alexandre Julliard d57ab26840 winecfg: Fix pointer truncation in audio setup. 2010-06-14 14:14:16 +02:00
Łukasz Wojniłowicz 1145b29deb winhlp32: Update the Polish translation. 2010-06-14 14:14:16 +02:00
Jose Rostagno b0d1c2ff60 notepad: Update Spanish translation. 2010-06-14 14:14:15 +02:00
Eric Pouech 0f234ce461 winhelp: When following a link, don't do it into a popup, but its parent. 2010-06-14 14:14:15 +02:00
Eric Pouech 3b07c851f8 winhelp: Avoid accessing a window in global window list after it has been freed. 2010-06-14 14:14:15 +02:00
Eric Pouech 2d20a1aa53 winhelp: Fix trailing space in window name for JumpID macro. 2010-06-14 14:14:15 +02:00
Ricardo Filipe f5fba7563e wordpad: Update Portuguese Portugal translation. 2010-06-12 12:07:40 +02:00
Ricardo Filipe aa3fa47ef7 winecfg: Update Portuguese Portugal translation. 2010-06-12 12:07:36 +02:00
Ricardo Filipe 2ea4d93fd2 wineboot: Update Portuguese Portugal translation. 2010-06-12 12:07:32 +02:00
Dylan Smith 975dd904ef wordpad: Provide buffer for replace with text. 2010-06-11 11:38:53 +02:00
Dylan Smith d10ce5df26 wordpad: Native RegisterClassExW requires cbSize to be set. 2010-06-11 11:37:02 +02:00
Jacek Caban 5a8f2073ca iexplore: Use 1 as default icon ID. 2010-06-10 14:58:53 +02:00
Jose Rostagno 294f4e2ff1 reg: Add Spanish translation. 2010-06-10 13:13:46 +02:00
Frédéric Delanoy f8db2a8ef8 cmd: Update French translation. 2010-06-10 11:29:44 +02:00
Eric Pouech d18d25115b winhelp: Implemented ExecFile macro. 2010-06-10 11:29:41 +02:00
Alexandre Julliard b7da23eb29 xcopy: Do not ignore errors caused by processing parameters. 2010-06-10 11:24:06 +02:00
Paul Vriens 6f01ab7eb1 notepad: Update the Danish translation. 2010-06-09 16:16:28 +02:00
Paul Vriens b0f32c551a regedit: Update the Danish translation. 2010-06-09 16:16:18 +02:00
Paul Vriens 17811a81c9 winecfg: Update the Danish translation. 2010-06-09 16:16:15 +02:00
Alexandre Julliard 4dff55bb34 winecfg: Reduce the height of the remaining tabs to make the window fit in a 640x480 desktop. 2010-06-09 16:03:44 +02:00
Alexandre Julliard 416af372df winecfg: Reduce the height of the applications tab. 2010-06-09 15:08:14 +02:00
Alexandre Julliard a6bf24fbe9 winecfg: Reduce the height of the audio tab. 2010-06-09 14:53:27 +02:00
Alexandre Julliard c8920482bd winecfg: Remove the unimplemented device autodetect radio buttons. 2010-06-09 14:34:36 +02:00
Joel Holdsworth 54b4ac174b winecfg: Cosmetic improvements to the about panel. 2010-06-09 13:26:26 +02:00
Joel Holdsworth 15cc7f9811 winecfg: Added new logo graphics.
Original image designed by Jon Parshall.
2010-06-09 13:26:26 +02:00
Jose Rostagno 1f97fbcbbc write: Add Spanish translation. 2010-06-09 11:17:37 +02:00
Damjan Jovanovic 9954735e43 winemenubuilder: Also extract .lnk icons from file types's open handler. 2010-06-09 10:57:33 +02:00
Andrew Eikum 4a6ed21094 regedit: Escape the value name portion during export. 2010-06-08 16:35:22 +02:00
Damjan Jovanovic f26b663172 winemenubuilder: Also extract .lnk icons from file types. 2010-06-08 16:35:22 +02:00
Jose Rostagno f5edb4aea3 winecfg: Update Spanish translation. 2010-06-08 12:59:50 +02:00
Paul Vriens 1edc58eae9 resources: Fix some copy-paste mistakes in resource files. 2010-06-08 12:59:03 +02:00
Aurimas Fišeras 3a119953fd cmd: Update Lithuanian translation. 2010-06-08 12:58:58 +02:00
Igor Paliychuk bdd1ddd16b winhlp32: Add Ukrainian translations. 2010-06-08 12:58:40 +02:00
Joel Holdsworth 7342bce80d winecfg: Moved about panel code into about.c. 2010-06-07 15:17:42 +02:00
Luca Bennati 522fe9abeb oleview: Add Italian translation. 2010-06-07 13:42:42 +02:00
Luca Bennati 707ccc4fd6 regedit: Update Italian translation. 2010-06-07 13:42:23 +02:00
Sven Baars 5f933967b7 wordpad: Fix Dutch translation. 2010-06-07 13:41:37 +02:00
Akihiro Sagawa 6356f692d4 wineboot: Update Japanese translation. 2010-06-07 13:41:05 +02:00
Akihiro Sagawa 572950b23f wordpad: Update Japanese translation. 2010-06-07 13:41:01 +02:00
Akihiro Sagawa 974301fe90 taskmgr: Update Japanese translation. 2010-06-07 13:40:52 +02:00
Łukasz Wojniłowicz 43a5c15a2e winedbg: Add the Polish translation. 2010-06-07 12:55:00 +02:00
Łukasz Wojniłowicz da342c72cf reg: Update the Polish translation. 2010-06-07 12:54:43 +02:00
Łukasz Wojniłowicz 8fb8ea6333 notepad: Update the Polish translation. 2010-06-07 12:54:40 +02:00
Łukasz Wojniłowicz 639705a7ea winecfg: Update the Polish translation. 2010-06-07 12:54:36 +02:00
Łukasz Wojniłowicz 5e48bfce85 regedit: Update the Polish translation. 2010-06-07 12:54:34 +02:00
Łukasz Wojniłowicz 11eef26118 taskmgr: Update the Polish translation. 2010-06-07 12:54:28 +02:00
Łukasz Wojniłowicz d13cc63168 wordpad: Update the Polish translation. 2010-06-07 12:54:26 +02:00
Łukasz Wojniłowicz 3f79bc74b1 wineboot: Update the Polish translation. 2010-06-07 12:54:25 +02:00
Eric Pouech dbab3367a3 winhelp: Don't close popup just after they are created. 2010-06-07 12:34:22 +02:00
Eric Pouech 0865dc7c8c winhelp: Don't reset window position when reusing the current window. 2010-06-07 12:34:21 +02:00
Eric Pouech 79af1859fa winhelp: When opening a page, don't reopen the same page from macro, even if requested. 2010-06-07 12:34:08 +02:00
Eric Pouech 3acf62f5e7 winhelp: Added support for hotspot in images with target window embedded. 2010-06-07 12:33:05 +02:00
Joel Holdsworth 8703e9c522 iexplore: Added a Tango compliant icon. 2010-06-07 12:32:57 +02:00
Joel Holdsworth da8831be97 iexplore: Renamed iexplore resource file. 2010-06-07 12:29:55 +02:00
Paul Vriens 4896c7c91a winhlp32: Define LANGUAGE only once. 2010-06-07 12:23:51 +02:00
Paul Vriens c78793b966 start: Add the Danish translation.
Translation by Thomas Larsen <sikker2004@yahoo.com>
2010-06-07 12:23:35 +02:00
Paul Vriens de4cf25349 write: Add the Danish translation.
Translation by Thomas Larsen <sikker2004@yahoo.com>
2010-06-07 12:23:21 +02:00
Sven Baars ed16870469 cmd: Update Dutch translation. 2010-06-07 12:22:22 +02:00
Sven Baars 6a88399094 cmd: Make some help messages more informative. 2010-06-07 12:22:18 +02:00
Hwang YunSong 75cb09fdab wordpad: Update Korean resource. 2010-06-02 16:01:53 +02:00
Sven Baars 624dd84560 progman: Fix Dutch translation. 2010-06-02 10:53:12 +02:00
Paul Vriens 96a6e75897 wordpad: Update the Danish translation and convert to UTF-8.
Translation by Thomas Larsen <sikker2004@yahoo.com>
2010-06-02 10:53:05 +02:00
Paul Vriens 39bf15400e winhlp32: Update the Danish translation and convert to UTF-8.
Translation by Thomas Larsen <sikker2004@yahoo.com>
2010-06-02 10:52:56 +02:00
Paul Vriens 2e01e4cb3c winecfg: Update the Danish translation.
Translation by Thomas Larsen <sikker2004@yahoo.com>
2010-06-02 10:52:45 +02:00
Paul Vriens 9c02314d7e reg: Update the Danish translation and convert to UTF-8.
Translation by Thomas Larsen <sikker2004@yahoo.com>
2010-06-01 17:50:25 +02:00
Paul Vriens dd243b7fcf notepad: Update the Danish translation and convert to UTF-8.
Translation by Thomas Larsen <sikker2004@yahoo.com>
2010-06-01 17:50:13 +02:00
Alexandre Julliard 3f6f036b4d services: Start the 32-bit winedevice.exe for 32-bit kernel drivers. 2010-06-01 13:38:21 +02:00
Paul Vriens 99a92bf255 regedit: Update the Danish translation and convert to UTF-8. 2010-06-01 13:36:56 +02:00
Paul Vriens b645a0bdba taskmgr: Update the Danish translation and convert to UTF-8. 2010-06-01 13:36:46 +02:00
Paul Vriens 4e205f9bda winecfg: Update the Danish translation and convert to UTF-8.
Translation by Thomas Larsen <sikker2004@yahoo.com>
2010-06-01 11:06:50 +02:00
Paul Vriens 646732ead8 wineboot: Update the Danish translation.
Translation by Thomas Larsen <sikker2004@yahoo.com>
2010-06-01 11:06:29 +02:00
Paul Vriens d01da5f33a wineconsole: Add Danish translation.
Translation by Thomas Larsen <sikker2004@yahoo.com>
2010-06-01 11:06:23 +02:00
Paul Vriens c43cdd1797 winedbg: Add the Danish translation.
Translation by Thomas Larsen <sikker2004@yahoo.com>
2010-06-01 11:06:12 +02:00
Sven Baars 9ad9012fcf reg: Fix Dutch translation. 2010-06-01 11:04:07 +02:00
Sven Baars ce1be8f827 regedit: Fix Dutch translation. 2010-06-01 11:04:05 +02:00
André Hentschel 99a24eaf48 winetest: Add an else case. 2010-06-01 11:03:50 +02:00
André Hentschel d6001be348 winemenubuilder: Simplify switch cases. 2010-06-01 11:03:44 +02:00
Sven Baars bbd93e535a cmdlgtst: Fix Dutch translation. 2010-05-31 18:18:44 +02:00
Sven Baars fd41f70b21 oleview: Fix Dutch translation. 2010-05-31 16:43:51 +02:00
Luca Bennati 64b62a3fef taskmgr: Add Italian translation. 2010-05-31 12:14:29 +02:00
Luca Bennati 4fe37b9453 winhlp32: Update Italian translation. 2010-05-31 12:14:28 +02:00
Luca Bennati 1c914f56b3 wineboot: Update Italian translation. 2010-05-31 12:14:28 +02:00
Luca Bennati 01c72bece8 wordpad: Update Italian translation. 2010-05-31 12:14:28 +02:00
Sven Baars dd09205984 winefile: Fix Dutch translation. 2010-05-28 16:22:30 +02:00
Nikolay Sivov 5ab5c581fb wineboot: Add a translation for prefix update dialog. 2010-05-28 16:22:24 +02:00
Nikolay Sivov 3f1f5edd52 Fix unneeded capitalization in user prompts. 2010-05-28 16:22:24 +02:00
Gerald Pfeifer f26b4f68e7 wordpad: Remove variable bottom which is not really used from print. 2010-05-26 10:19:03 +02:00
Sven Baars 9ce0ae1feb winhlp32: Fix Dutch translation. 2010-05-25 18:12:45 +02:00
Damjan Jovanovic dfdb349cdc winemenubuilder: Use the full path to start.exe. 2010-05-25 12:54:38 +02:00
Andrew Eikum d3f80c1e9f winedbg: Allow user to specify length of stack info output. 2010-05-25 12:14:00 +02:00
Alexander Scott-Johns 6d49edef37 clock: Remove "License..." and "NO WARRANTY..." items from "Info" menu. 2010-05-24 11:29:36 +02:00
Sven Baars 7b8243e5e5 taskmgr: Fix Dutch translation. 2010-05-24 11:24:25 +02:00
Sven Baars 264d2737c5 view: Fix Dutch translation. 2010-05-24 11:17:14 +02:00
Sven Baars 08a956b92b winemine: Fix Dutch translation. 2010-05-24 11:14:34 +02:00
Alexandre Julliard 84412cb0f5 winhlp32: Get rid of the shadow window, it's ugly and causes z-order issues. 2010-05-22 11:24:03 +02:00
Matej Špindler a06a191c17 taskmgr: Update Slovenian translation. 2010-05-21 18:58:06 +02:00
Matej Špindler db043526db winedbg: Add Slovenian translation. 2010-05-21 18:58:06 +02:00
Damjan Jovanovic a83a9c1da1 winemenubuilder: Generate .png even for paletted icons. 2010-05-21 18:58:04 +02:00
André Hentschel a489489e01 start: Update German translation. 2010-05-20 12:43:37 +02:00
André Hentschel 1765829b78 progman: Remove redundant warranty info. 2010-05-20 12:41:01 +02:00
Damjan Jovanovic 0666c0da00 winemenubuilder: associate .lnk files with wine. 2010-05-19 13:16:34 +02:00
Alexandre Julliard fa4d3becf6 winecfg: Don't crash when DllOverrides contain invalid values. 2010-05-19 11:26:29 +02:00
André Hentschel be5a62852b progman: Remove redundant license info. 2010-05-18 18:42:51 +02:00
Michael Stefaniuc b06e30d360 cmdlgtst: Replace long with LONG. 2010-05-18 18:42:08 +02:00
Michael Stefaniuc efeb9ee4d2 taskmgr: Avoid using long. 2010-05-18 18:42:07 +02:00
Joel Holdsworth 00ff0db708 wordpad: Replaced formatbar.bmp with a Tango compliant tool strip. 2010-05-17 12:42:33 +02:00
Joel Holdsworth 4ac898d7cf wordpad: Replaced toolbar.bmp with a Tango compliant tool strip. 2010-05-17 12:42:33 +02:00
Joel Holdsworth d8688d5846 msiexec: Reused appwiz.cpl icon in msiexec. 2010-05-17 12:42:32 +02:00
Sven Baars 6d7d19715c notepad: Fix Dutch translation. 2010-05-17 12:42:32 +02:00
Matej Špindler ebdf7edfcc wordpad: Update Slovenian translation. 2010-05-17 12:42:31 +02:00
Matej Špindler 5846333e99 notepad: Update Slovenian translation. 2010-05-17 12:42:31 +02:00
Matej Špindler cb53241cba wineboot: Update Slovenian translation. 2010-05-17 12:42:31 +02:00
Matej Špindler edbbd1f003 winecfg: Update Slovenian translation. 2010-05-17 12:42:31 +02:00
Alexandre Julliard 78f3943ab1 winedbg: Don't install the man page in a wow64 build. 2010-05-17 12:42:31 +02:00
Hans Leidekker 3c31a373d3 winemenubuilder: Expand environment strings in the shortcut path. 2010-05-14 18:03:02 +02:00
Hans Leidekker df260d14a6 winemenubuilder: Lower case the content type. 2010-05-14 18:03:02 +02:00
Gerald Pfeifer a8acdac780 winecfg: Remove variable lRes which is not really used from configureAudioDriver. 2010-05-14 11:05:04 +02:00
Gerald Pfeifer 3e2ff7e5fe comctl32/tests: Remove some dead code from TaskManager_OnRestoreMainWindow. 2010-05-14 11:04:21 +02:00
Frédéric Delanoy 1fcf509336 wordpad: Update French translation. 2010-05-13 19:44:49 +02:00
Sven Baars d6b23f444d start: Update Dutch translation. 2010-05-12 13:45:33 +02:00
Damjan Jovanovic a432a7fbdb winemenubuilder: Fix a char/widechar typo in association .desktop paths. 2010-05-12 13:45:26 +02:00
Michael Stefaniuc 693ccc2556 oleview: Replace long with LONG. 2010-05-12 13:44:22 +02:00
André Hentschel af84fc4d1b wordpad: Update German translation. 2010-05-12 13:44:16 +02:00
Sven Baars 32b821d057 wordpad: Update Dutch translation. 2010-05-12 13:44:11 +02:00
Aurimas Fišeras 246aa6385a wordpad: Update Lithuanian translation. 2010-05-12 13:44:06 +02:00
Damjan Jovanovic 745747688d winemenubuilder: Escape freedesktop exec keys properly. 2010-05-11 11:40:07 +02:00
Katayama Hirofumi MZ c92691e1f5 wordpad: Add units (in/inch/pt). 2010-05-11 11:26:36 +02:00
Sven Baars ac9c0b2169 uninstaller: Fix Dutch translation. 2010-05-11 11:07:00 +02:00
Gerald Pfeifer cd958391e6 winecfg: Remove variable drive which is not really used from DriveDlgProc. 2010-05-10 10:17:04 +02:00
Gerald Pfeifer 7b252d6edb winefile: Remove variable hChildClass which is not really used from InitInstance. 2010-05-10 10:15:39 +02:00
Gerald Pfeifer 11bbb0f010 taskmgr: Remove variable idctrl which is not really used from TaskManagerWndProc. 2010-05-10 10:12:10 +02:00
Gerald Pfeifer 0d527532fa cmd: Remove variable copyFromDir which is not really used from WCMD_copy. 2010-05-10 10:12:03 +02:00
Alexander N. Sørnes 7492e773ec wineboot: Update Norwegian Bokmål translation. 2010-05-10 10:08:47 +02:00
Sven Baars c3cd733a3f wineboot: Fix Dutch translation. 2010-05-10 10:06:41 +02:00
Sven Baars d409c9650a winecfg: Fix Dutch translation. 2010-05-10 10:05:40 +02:00
Sven Baars 194f7318ce wineconsole: Fix Dutch translation. 2010-05-10 10:05:06 +02:00
Michael Stefaniuc 1d864cfd22 explorer: Remove unneeded UNICODE define. 2010-05-08 13:12:44 +02:00
Sven Baars 51e653b567 wordpad: Fix Dutch translation. 2010-05-08 13:12:40 +02:00
Sven Baars c6330dd220 xcopy: Fix Dutch translation. 2010-05-08 13:12:37 +02:00
Michael Stefaniuc c34c6ac20e oleview: Switch the rest to use the explicit W-types/functions.
Compile with -DWINE_NO_UNICODE_MACROS.
2010-05-07 12:49:40 +02:00
Michael Stefaniuc 12be9c39f2 oleview: Use the explicit W types/functions in details.c. 2010-05-07 12:49:08 +02:00
Michael Stefaniuc 14c63217d9 oleview: Use the explicit W types/functions in oleview.c. 2010-05-07 12:49:00 +02:00
Michael Stefaniuc 2bce56c94e oleview: Use the explicit W types/functions in typelib.c. 2010-05-07 12:48:52 +02:00
Michael Stefaniuc 488baebd8f oleview: Use the explicit W types/functions in tree.c. 2010-05-07 12:48:42 +02:00
Michael Stefaniuc 5005581c8b oleview: Replace some SendMessage wrappers with the real thing. 2010-05-07 12:48:26 +02:00
Damjan Jovanovic 55e4eba2ec winemenubuilder: Launch .lnk files directly from menus.
The arguments of a .lnk file are complex, with quoting and escaping
rules and %windir%-style variable expansion, so winemenubuilder cannot
always convert them accurately to a .desktop file. But start.exe and
shell32 on the other hand can parse the .lnk file and run it
themselves, so use them instead.
2010-05-07 12:48:12 +02:00
Detlef Riekenberg 2a9b4e0142 msiexec: Use resource in msi for a help dialog to allow translation. 2010-05-06 17:56:44 +02:00
Damjan Jovanovic ac7a24ba35 winemenubuilder: Make desktop files executable. 2010-05-06 14:20:58 +02:00
Gerald Pfeifer 34db2df2cc taskmgr: Remove variable pnmv which is not really used from ProcessPageOnNotify. 2010-05-05 10:52:57 +02:00
Gerald Pfeifer 5b0de0d569 cmd: Remove variable useinput which is not really used from WCMD_more. 2010-05-05 10:52:51 +02:00
André Hentschel 9c19df1d7b winecfg: Fix builtin_only list. 2010-05-05 10:51:36 +02:00
Damjan Jovanovic e04422a2b3 winemenubuilder: Use only widechar functions when dealing with registered associations. 2010-05-05 10:41:17 +02:00
Damjan Jovanovic bc526034e0 winemenubuilder: Use a unicode WinMain. 2010-05-05 10:41:05 +02:00
Damjan Jovanovic 2de301d4f4 mshta: wWinMain takes LPWSTR not LPSTR. 2010-05-04 19:43:51 +02:00
Gerald Pfeifer e86c6799a0 wineconsole: Remove variable font_idx which is not really used from WCUSER_FontPreviewProc. 2010-05-04 18:38:15 +02:00
Andrew Nguyen a42c072830 rundll32: Recognize entry points passed as ordinal numbers. 2010-05-04 18:29:54 +02:00
Andrew Nguyen b8b1a565e0 rundll32: Convert rundll32 to Unicode. 2010-05-04 13:14:59 +02:00
Andrew Nguyen e6bd6d1201 rundll32: Check more heap allocation failure paths for consistency. 2010-05-04 13:14:59 +02:00
Damjan Jovanovic 228e5f1ac3 winemenubuilder: Read the registry in the unix codepage when cleaning up menus. 2010-05-04 13:14:58 +02:00
Jim Cameron 66d84158ea winedbg: Make disassembler properly print EMX and EXMM type operands. 2010-05-03 17:20:03 +02:00
Andrew Nguyen 6fc4954457 regsvr32: Continue processing DLL list if an export is not found for a DLL. 2010-05-03 17:19:39 +02:00
Andrew Nguyen dd4221fc2c rundll32: Rename a few internal helpers for consistency. 2010-05-03 17:15:54 +02:00
Gerald Pfeifer 073743170c winhlp32: Remove variable keyDelta which is not really used from WINHELP_MainWndProc. 2010-05-03 15:37:39 +02:00
Gerald Pfeifer bbbd723aa5 winhlp32: Remove a hunk of dead code from HLPFILE_BrowsePage. 2010-05-03 15:37:20 +02:00
Gerald Pfeifer 2aa11ff62e taskmgr: Shed one parameter and one local variable from ProcessPageOnNotify. 2010-05-03 15:37:09 +02:00
Gerald Pfeifer 370cbe5e5b taskmgr: Remove unused variable PageSize which is not really used from PerfDataGetPhysicalMemorySystemCacheK. 2010-05-03 15:36:55 +02:00
Gerald Pfeifer e9c1750204 taskmgr: Remove variable CommitChargeLimit which is not really used from Graph_DrawMemUsageHistoryGraph. 2010-05-03 15:36:38 +02:00
Gerald Pfeifer 8283920268 regedit: Remove variable ExportKeyPath which is not really used from ExportRegistryFile. 2010-05-03 15:35:57 +02:00
Gerald Pfeifer d9dbfa7d7c regedit: Remove variable hdc which is not really used from OnPaint. 2010-05-03 15:35:49 +02:00
Gerald Pfeifer 1419a3fe1a progman: Remove unused variable from and fix formatting of DIALOG_Execute. 2010-05-03 15:35:28 +02:00
Gerald Pfeifer f40265b0b4 cmd: Remove variable argsProcessed which is not really used from WCMD_directory. 2010-05-03 15:35:18 +02:00
Gerald Pfeifer 02a0bd3a00 cmd: Remove variable doRecursive which is not really used from WCMD_for. 2010-05-03 15:35:11 +02:00
Hans Leidekker e86ed3bf91 sc: Implement the start and stop commands. 2010-05-03 14:02:36 +02:00
Hans Leidekker 3e1f5ba382 sc: Implement the description and failure commands. 2010-05-03 14:02:30 +02:00
Hans Leidekker 5e9d2fc44a sc: Implement the create and delete commands. 2010-05-03 14:02:23 +02:00
Hans Leidekker 544da28e53 programs: Add a stubbed sc.exe.
This is a command line tool used to create and configure services.
It's included in XP and used by the Akamai client installer.
2010-05-03 14:02:14 +02:00
Eric Pouech c4efb23d27 winedbg: Properly fix the previous patch about gcc 2.95 not supporting printf attribute on function pointers. 2010-05-03 14:01:20 +02:00
Damjan Jovanovic 21f75386ec winemenubuilder: Store menu paths in Unicode. 2010-05-03 13:56:27 +02:00
Detlef Riekenberg a2a47baac0 control: Convert application to Unicode. 2010-04-28 09:22:52 -05:00