mirror of
https://github.com/reactos/reactos.git
synced 2025-07-27 19:41:40 +00:00
[WORDPAD] Sync with Wine Staging 1.9.11. CORE-11368
svn path=/trunk/; revision=71537
This commit is contained in:
parent
a25bc0320e
commit
a34061d674
3 changed files with 4 additions and 4 deletions
|
@ -156,9 +156,9 @@ static void format_filelist_filename(LPWSTR file, LPWSTR out)
|
||||||
{
|
{
|
||||||
LPWSTR pos_basename;
|
LPWSTR pos_basename;
|
||||||
LPWSTR truncpos1, truncpos2;
|
LPWSTR truncpos1, truncpos2;
|
||||||
WCHAR myDocs[MAX_STRING_LEN];
|
WCHAR myDocs[MAX_PATH];
|
||||||
|
|
||||||
SHGetFolderPathW(NULL, CSIDL_PERSONAL, NULL, SHGFP_TYPE_CURRENT, (LPWSTR)&myDocs);
|
SHGetFolderPathW(NULL, CSIDL_PERSONAL, NULL, SHGFP_TYPE_CURRENT, myDocs);
|
||||||
pos_basename = file_basename(file);
|
pos_basename = file_basename(file);
|
||||||
truncpos1 = NULL;
|
truncpos1 = NULL;
|
||||||
truncpos2 = NULL;
|
truncpos2 = NULL;
|
||||||
|
|
|
@ -1229,7 +1229,7 @@ static LRESULT handle_findmsg(LPFINDREPLACEW pFr)
|
||||||
if (pFr->lpstrFindWhat != custom_data->findBuffer)
|
if (pFr->lpstrFindWhat != custom_data->findBuffer)
|
||||||
{
|
{
|
||||||
lstrcpynW(custom_data->findBuffer, pFr->lpstrFindWhat,
|
lstrcpynW(custom_data->findBuffer, pFr->lpstrFindWhat,
|
||||||
_countof(custom_data->findBuffer));
|
sizeof(custom_data->findBuffer) / sizeof(WCHAR));
|
||||||
pFr->lpstrFindWhat = custom_data->findBuffer;
|
pFr->lpstrFindWhat = custom_data->findBuffer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -240,7 +240,7 @@ reactos/base/applications/iexplore # Synced to WineStaging-1.9.4
|
||||||
reactos/base/applications/notepad # Forked at Wine-20041201
|
reactos/base/applications/notepad # Forked at Wine-20041201
|
||||||
reactos/base/applications/regedit # Out of sync
|
reactos/base/applications/regedit # Out of sync
|
||||||
reactos/base/applications/winhlp32 # Synced to WineStaging-1.9.11
|
reactos/base/applications/winhlp32 # Synced to WineStaging-1.9.11
|
||||||
reactos/base/applications/wordpad # Synced to WineStaging-1.9.4
|
reactos/base/applications/wordpad # Synced to WineStaging-1.9.11
|
||||||
reactos/base/services/rpcss # Synced to WineStaging-1.9.4
|
reactos/base/services/rpcss # Synced to WineStaging-1.9.4
|
||||||
reactos/base/shell/progman # Forked at WineStaging-1.9.4
|
reactos/base/shell/progman # Forked at WineStaging-1.9.4
|
||||||
reactos/base/system/expand # Synced to WineStaging-1.9.4
|
reactos/base/system/expand # Synced to WineStaging-1.9.4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue