Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
f5c9da68
Commit
f5c9da68
authored
May 06, 2005
by
Francois Gouget
Committed by
Alexandre Julliard
May 06, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Assorted spelling fixes.
parent
3629cc4e
Hide whitespace changes
Inline
Side-by-side
Showing
31 changed files
with
47 additions
and
47 deletions
+47
-47
comctl32undoc.c
dlls/comctl32/comctl32undoc.c
+2
-2
hotkey.c
dlls/comctl32/hotkey.c
+1
-1
imagelist.c
dlls/comctl32/imagelist.c
+1
-1
listview.c
dlls/comctl32/listview.c
+1
-1
toolbar.c
dlls/comctl32/toolbar.c
+1
-1
buffer.c
dlls/dsound/buffer.c
+1
-1
primary.c
dlls/dsound/primary.c
+1
-1
bitblt.c
dlls/gdi/bitblt.c
+1
-1
palette.c
dlls/gdi/palette.c
+2
-2
profile.c
dlls/kernel/profile.c
+3
-3
file.c
dlls/kernel/tests/file.c
+1
-1
volume.c
dlls/kernel/volume.c
+1
-1
wowthunk.c
dlls/kernel/wowthunk.c
+1
-1
rtlstr.c
dlls/ntdll/rtlstr.c
+4
-4
proxyodbc.c
dlls/odbc32/proxyodbc.c
+2
-2
wgl_ext.c
dlls/opengl32/wgl_ext.c
+1
-1
shell32_En.rc
dlls/shell32/shell32_En.rc
+3
-3
shlfileop.c
dlls/shell32/shlfileop.c
+1
-1
shlfileop.c
dlls/shell32/tests/shlfileop.c
+1
-1
reg.c
dlls/shlwapi/reg.c
+3
-3
info.c
dlls/winspool/info.c
+1
-1
palette.c
dlls/x11drv/palette.c
+3
-3
configuring.sgml
documentation/configuring.sgml
+1
-1
debugging.sgml
documentation/debugging.sgml
+1
-1
opengl.sgml
documentation/opengl.sgml
+1
-1
winedev-coding.sgml
documentation/winedev-coding.sgml
+1
-1
winedev-otherdebug.sgml
documentation/winedev-otherdebug.sgml
+1
-1
winelib-mfc.sgml
documentation/winelib-mfc.sgml
+1
-1
En.rc
programs/notepad/En.rc
+1
-1
wineconsole.c
programs/wineconsole/wineconsole.c
+1
-1
utils.c
tools/winegcc/utils.c
+3
-3
No files found.
dlls/comctl32/comctl32undoc.c
View file @
f5c9da68
...
...
@@ -588,7 +588,7 @@ static void MRU_SaveChanged ( LPWINEMRULIST mp )
if
((
err
=
RegOpenKeyExW
(
mp
->
extview
.
hKey
,
mp
->
extview
.
lpszSubKey
,
0
,
KEY_WRITE
,
&
newkey
)))
{
/* not present - what to do ??? */
ERR
(
"C
an
not open key, error=%d, attempting to create
\n
"
,
ERR
(
"C
ould
not open key, error=%d, attempting to create
\n
"
,
err
);
if
((
err
=
RegCreateKeyExW
(
mp
->
extview
.
hKey
,
mp
->
extview
.
lpszSubKey
,
0
,
...
...
@@ -980,7 +980,7 @@ static HANDLE CreateMRUListLazy_common(LPWINEMRULIST mp)
&
newkey
,
&
dwdisp
)))
{
/* error - what to do ??? */
ERR
(
"(%lu %lu %lx %lx
\"
%s
\"
%p): C
an
not open key, error=%d
\n
"
,
ERR
(
"(%lu %lu %lx %lx
\"
%s
\"
%p): C
ould
not open key, error=%d
\n
"
,
mp
->
extview
.
cbSize
,
mp
->
extview
.
nMaxItems
,
mp
->
extview
.
dwFlags
,
(
DWORD
)
mp
->
extview
.
hKey
,
debugstr_w
(
mp
->
extview
.
lpszSubKey
),
mp
->
extview
.
lpfnCompare
,
err
);
...
...
dlls/comctl32/hotkey.c
View file @
f5c9da68
...
...
@@ -54,7 +54,7 @@ typedef struct tagHOTKEY_INFO
BYTE
CurrMod
;
INT
CaretPos
;
DWORD
ScanCode
;
WCHAR
strNone
[
15
];
/* hope its long enough ... */
WCHAR
strNone
[
15
];
/* hope it
'
s long enough ... */
}
HOTKEY_INFO
;
static
const
WCHAR
HOTKEY_plussep
[]
=
{
' '
,
'+'
,
' '
};
...
...
dlls/comctl32/imagelist.c
View file @
f5c9da68
...
...
@@ -98,7 +98,7 @@ static inline BOOL is_valid(HIMAGELIST himl)
* nothing
*
* NOTES
* This function
can
NOT be used to reduce the number of images.
* This function
CAN
NOT be used to reduce the number of images.
*/
static
void
IMAGELIST_InternalExpandBitmaps
(
HIMAGELIST
himl
,
INT
nImageCount
,
INT
cx
,
INT
cy
)
...
...
dlls/comctl32/listview.c
View file @
f5c9da68
...
...
@@ -8617,7 +8617,7 @@ static LRESULT LISTVIEW_SetRedraw(LISTVIEW_INFO *infoPtr, BOOL bRedraw)
{
TRACE
(
"infoPtr->bRedraw=%d, bRedraw=%d
\n
"
,
infoPtr
->
bRedraw
,
bRedraw
);
/* we can
not use straight equality here because _any_ non-zero value is TRUE */
/* we cannot use straight equality here because _any_ non-zero value is TRUE */
if
((
infoPtr
->
bRedraw
&&
bRedraw
)
||
(
!
infoPtr
->
bRedraw
&&
!
bRedraw
))
return
0
;
infoPtr
->
bRedraw
=
bRedraw
;
...
...
dlls/comctl32/toolbar.c
View file @
f5c9da68
...
...
@@ -6233,7 +6233,7 @@ TOOLBAR_NCCreate (HWND hwnd, WPARAM wParam, LPARAM lParam)
* forgets to specify TBSTYLE_TRANSPARENT but does specify either
* CCS_TOP or CCS_BOTTOM (_NOMOVEY and _TOP), then the control
* does *not* set TBSTYLE_TRANSPARENT even though it should!!!!
* Some
how, the only cases of this seem to be MFC programs.
* Somehow, the only cases of this seem to be MFC programs.
*
* Note also that the addition of _TRANSPARENT occurs *only* here. It
* does not occur in the WM_STYLECHANGING routine.
...
...
dlls/dsound/buffer.c
View file @
f5c9da68
...
...
@@ -554,7 +554,7 @@ static HRESULT WINAPI IDirectSoundBufferImpl_GetFormat(
if
(
wfwritten
)
*
wfwritten
=
size
;
}
else
{
WARN
(
"invalid parameter: wfsize to small
\n
"
);
WARN
(
"invalid parameter: wfsize to
o
small
\n
"
);
if
(
wfwritten
)
*
wfwritten
=
0
;
return
DSERR_INVALIDPARAM
;
...
...
dlls/dsound/primary.c
View file @
f5c9da68
...
...
@@ -649,7 +649,7 @@ static HRESULT WINAPI PrimaryBufferImpl_GetFormat(
if
(
wfwritten
)
*
wfwritten
=
size
;
}
else
{
WARN
(
"invalid parameter: wfsize to small
\n
"
);
WARN
(
"invalid parameter: wfsize to
o
small
\n
"
);
if
(
wfwritten
)
*
wfwritten
=
0
;
return
DSERR_INVALIDPARAM
;
...
...
dlls/gdi/bitblt.c
View file @
f5c9da68
...
...
@@ -323,7 +323,7 @@ BOOL WINAPI GdiTransparentBlt( HDC hdcDest, int xDest, int yDest, int widthDest,
int
oldStretchMode
;
if
(
widthDest
<
0
||
heightDest
<
0
||
widthSrc
<
0
||
heightSrc
<
0
)
{
TRACE
(
"Can
not mirror
\n
"
);
TRACE
(
"Cannot mirror
\n
"
);
return
FALSE
;
}
...
...
dlls/gdi/palette.c
View file @
f5c9da68
...
...
@@ -124,7 +124,7 @@ HPALETTE PALETTE_Init(void)
if
(
palObj
)
{
if
(
!
(
palObj
->
mapping
=
HeapAlloc
(
GetProcessHeap
(),
0
,
sizeof
(
int
)
*
NB_RESERVED_COLORS
)))
ERR
(
"Can
not create palette mapping -- out of memory!
\n
"
);
ERR
(
"Cannot create palette mapping -- out of memory!
\n
"
);
GDI_ReleaseObj
(
hpalette
);
}
return
hpalette
;
...
...
@@ -401,7 +401,7 @@ BOOL WINAPI ResizePalette(
int
*
newMap
=
HeapReAlloc
(
GetProcessHeap
(),
0
,
mapping
,
cEntries
*
sizeof
(
int
)
);
if
(
newMap
==
NULL
)
{
ERR
(
"Can
not resize mapping -- out of memory!
\n
"
);
ERR
(
"Cannot resize mapping -- out of memory!
\n
"
);
GDI_ReleaseObj
(
hPal
);
return
FALSE
;
}
...
...
dlls/kernel/profile.c
View file @
f5c9da68
...
...
@@ -1580,12 +1580,12 @@ BOOL WINAPI WriteProfileSectionW( LPCWSTR section, LPCWSTR keys_n_values)
* Win95:
* - if the buffer is 0 or 1 character long then it is as if it was of
* infinite length.
* - otherwise, if the buffer is to small only the section names that fit
* - otherwise, if the buffer is to
o
small only the section names that fit
* are returned.
* - note that this means if the buffer was to small to return even just
* - note that this means if the buffer was to
o
small to return even just
* the first section name then a single '\0' will be returned.
* - the return value is the number of characters written in the buffer,
* except if the buffer was too smal in which case len-2 is returned
* except if the buffer was too smal
l
in which case len-2 is returned
*
* Win2000:
* - if the buffer is 0, 1 or 2 characters long then it is filled with
...
...
dlls/kernel/tests/file.c
View file @
f5c9da68
...
...
@@ -1277,7 +1277,7 @@ static void test_MapFile()
ok
(
hmap
==
NULL
,
"mapping should fail
\n
"
);
/* GetLastError() varies between win9x and WinNT and also depends on the filesystem */
/* On XP you can now map again, on Win 95 you can
not. */
/* On XP you can now map again, on Win 95 you cannot. */
ok
(
CloseHandle
(
handle
),
"can't close file handle
\n
"
);
ok
(
DeleteFileA
(
filename
),
"DeleteFile failed after map
\n
"
);
...
...
dlls/kernel/volume.c
View file @
f5c9da68
...
...
@@ -1192,7 +1192,7 @@ UINT WINAPI GetLogicalDriveStringsW( UINT len, LPWSTR buffer )
* DRIVE_UNKNOWN unable to find out anything about the drive
* DRIVE_NO_ROOT_DIR nonexistent root dir
* DRIVE_REMOVABLE the disk can be removed from the machine
* DRIVE_FIXED the disk can
not be removed from the machine
* DRIVE_FIXED the disk cannot be removed from the machine
* DRIVE_REMOTE network disk
* DRIVE_CDROM CDROM drive
* DRIVE_RAMDISK virtual disk in RAM
...
...
dlls/kernel/wowthunk.c
View file @
f5c9da68
...
...
@@ -776,7 +776,7 @@ DWORD WINAPI LoadLibraryEx32W16( LPCSTR lpszLibFile, DWORD hFile, DWORD dwFlags
return
0
;
}
/* if the file can
not be found, call LoadLibraryExA anyway, since it might be
/* if the file cannot be found, call LoadLibraryExA anyway, since it might be
a builtin module. This case is handled in MODULE_LoadLibraryExA */
if
((
p
=
strrchr
(
lpszLibFile
,
'.'
))
&&
!
strchr
(
p
,
'\\'
))
/* got an extension */
...
...
dlls/ntdll/rtlstr.c
View file @
f5c9da68
...
...
@@ -1288,7 +1288,7 @@ DWORD WINAPI RtlUnicodeStringToOemSize( const UNICODE_STRING *str )
*
* RETURNS
* Success: STATUS_SUCCESS. src is appended to dest.
* Failure: STATUS_BUFFER_TOO_SMALL, if the buffer of dest is to small
* Failure: STATUS_BUFFER_TOO_SMALL, if the buffer of dest is to
o
small
* to hold the concatenated string.
*
* NOTES
...
...
@@ -1318,7 +1318,7 @@ NTSTATUS WINAPI RtlAppendAsciizToString(
*
* RETURNS
* Success: STATUS_SUCCESS. src is appended to dest.
* Failure: STATUS_BUFFER_TOO_SMALL, if the buffer of dest is to small
* Failure: STATUS_BUFFER_TOO_SMALL, if the buffer of dest is to
o
small
* to hold the concatenated string.
*
* NOTES
...
...
@@ -1348,7 +1348,7 @@ NTSTATUS WINAPI RtlAppendStringToString(
*
* RETURNS
* Success: STATUS_SUCCESS. src is appended to dest.
* Failure: STATUS_BUFFER_TOO_SMALL, if the buffer of dest is to small
* Failure: STATUS_BUFFER_TOO_SMALL, if the buffer of dest is to
o
small
* to hold the concatenated string.
*
* NOTES
...
...
@@ -1387,7 +1387,7 @@ NTSTATUS WINAPI RtlAppendUnicodeToString(
*
* RETURNS
* Success: STATUS_SUCCESS. src is appended to dest.
* Failure: STATUS_BUFFER_TOO_SMALL, if the buffer of dest is to small
* Failure: STATUS_BUFFER_TOO_SMALL, if the buffer of dest is to
o
small
* to hold the concatenated string.
*
* NOTES
...
...
dlls/odbc32/proxyodbc.c
View file @
f5c9da68
...
...
@@ -658,7 +658,7 @@ SQLRETURN WINAPI SQLAllocHandle(SQLSMALLINT HandleType, SQLHANDLE InputHandle, S
if
(
!
gProxyHandle
.
bFunctionReady
||
gProxyHandle
.
dmHandle
==
NULL
)
{
if
(
gProxyHandle
.
nErrorType
==
ERROR_LIBRARY_NOT_FOUND
)
WARN
(
"ProxyODBC: Can
not load ODBC driver manager library.
\n
"
);
WARN
(
"ProxyODBC: Cannot load ODBC driver manager library.
\n
"
);
if
(
HandleType
==
SQL_HANDLE_ENV
)
*
OutputHandle
=
SQL_NULL_HENV
;
...
...
@@ -716,7 +716,7 @@ SQLRETURN WINAPI SQLAllocHandleStd( SQLSMALLINT HandleType,
if
(
!
gProxyHandle
.
bFunctionReady
||
gProxyHandle
.
dmHandle
==
NULL
)
{
if
(
gProxyHandle
.
nErrorType
==
ERROR_LIBRARY_NOT_FOUND
)
WARN
(
"ProxyODBC: Can
not load ODBC driver manager library.
\n
"
);
WARN
(
"ProxyODBC: Cannot load ODBC driver manager library.
\n
"
);
if
(
HandleType
==
SQL_HANDLE_ENV
)
*
OutputHandle
=
SQL_NULL_HENV
;
...
...
dlls/opengl32/wgl_ext.c
View file @
f5c9da68
...
...
@@ -825,7 +825,7 @@ void wgl_ext_finalize_extensions(void)
*
* @WARNING: this list must be ordered by name
*
* @TODO: real handle caps on providing some func_init functions (third param, ex: to check exten
t
ions)
* @TODO: real handle caps on providing some func_init functions (third param, ex: to check exten
s
ions)
*/
WGL_extension
wgl_extension_registry
[]
=
{
{
"wglBindTexImageARB"
,
(
void
*
)
wglBindTexImageARB
,
NULL
,
NULL
},
...
...
dlls/shell32/shell32_En.rc
View file @
f5c9da68
...
...
@@ -158,10 +158,10 @@ STRINGTABLE DISCARDABLE
IDS_SELECT "Select"
IDS_OPEN "Open"
IDS_CREATEFOLDER_DENIED "
Can not
create new Folder: Permission denied."
IDS_CREATEFOLDER_DENIED "
Unable to
create new Folder: Permission denied."
IDS_CREATEFOLDER_CAPTION "Error during creation of a new folder"
IDS_DELETEITEM_CAPTION "Confirm file delet
e
"
IDS_DELETEFOLDER_CAPTION "Confirm folder delet
e
"
IDS_DELETEITEM_CAPTION "Confirm file delet
ion
"
IDS_DELETEFOLDER_CAPTION "Confirm folder delet
ion
"
IDS_DELETEITEM_TEXT "Are you sure you want to delete '%1'?"
IDS_DELETEMULTIPLE_TEXT "Are you sure you want to delete these %1 items?"
IDS_OVERWRITEFILE_TEXT "OverWrite File %1?"
...
...
dlls/shell32/shlfileop.c
View file @
f5c9da68
...
...
@@ -817,7 +817,7 @@ int WINAPI SHFileOperationA(LPSHFILEOPSTRUCTA lpFileOp)
if
(
ForFree
)
{
retCode
=
SHFileOperationW
(
&
nFileOp
);
HeapFree
(
GetProcessHeap
(),
0
,
ForFree
);
/* we can
not use wString, it was changed */
HeapFree
(
GetProcessHeap
(),
0
,
ForFree
);
/* we cannot use wString, it was changed */
break
;
}
else
...
...
dlls/shell32/tests/shlfileop.c
View file @
f5c9da68
...
...
@@ -388,7 +388,7 @@ void test_move(void)
set_curr_dir_path
(
from
,
"test1.txt
\0
test2.txt
\0
test4.txt
\0
"
);
set_curr_dir_path
(
to
,
"test6.txt
\0
test7.txt
\0
test8.txt
\0
"
);
ok
(
SHFileOperationA
(
&
shfo
),
"Can
not move many files
\n
"
);
ok
(
SHFileOperationA
(
&
shfo
),
"Cannot move many files
\n
"
);
ok
(
file_exists
(
".
\\
test1.txt"
),
"The file is not moved. Many files are specified
\n
"
);
ok
(
file_exists
(
".
\\
test4.txt"
),
"The directory is not moved. Many files are specified
\n
"
);
...
...
dlls/shlwapi/reg.c
View file @
f5c9da68
...
...
@@ -1300,10 +1300,10 @@ LONG WINAPI SHQueryInfoKeyW(HKEY hKey, LPDWORD pwSubKeys, LPDWORD pwSubKeyMax,
*
* REG_EXPAND_SZ:
* case-1: the unexpanded string is smaller than the expanded one
* subcase-1: the buffer is to small to hold the unexpanded string:
* subcase-1: the buffer is to
o
small to hold the unexpanded string:
* function fails and returns the size of the unexpanded string.
*
* subcase-2: buffer is to small to hold the expanded string:
* subcase-2: buffer is to
o
small to hold the expanded string:
* the function return success (!!) and the result is truncated
* *** This is clearly an error in the native implementation. ***
*
...
...
@@ -1332,7 +1332,7 @@ DWORD WINAPI SHQueryValueExA( HKEY hKey, LPCSTR lpszValue,
/* Expand type REG_EXPAND_SZ into REG_SZ */
LPSTR
szData
;
/* If the caller didn't supply a buffer or the buffer is to small we have
/* If the caller didn't supply a buffer or the buffer is to
o
small we have
* to allocate our own
*/
if
((
!
pvData
)
||
(
dwRet
==
ERROR_MORE_DATA
)
)
...
...
dlls/winspool/info.c
View file @
f5c9da68
...
...
@@ -3343,7 +3343,7 @@ BOOL WINAPI GetDefaultPrinterW(LPWSTR name, LPDWORD namesize)
/* make the buffer big enough for the stuff from the profile/registry,
* the content must fit into the local buffer to compute the correct
* size even if the extern buffer is to small or not given.
* size even if the extern buffer is to
o
small or not given.
* (20 for ,driver,port) */
insize
=
*
namesize
;
len
=
max
(
100
,
(
insize
+
20
));
...
...
dlls/x11drv/palette.c
View file @
f5c9da68
...
...
@@ -322,7 +322,7 @@ static BOOL X11DRV_PALETTE_BuildPrivateMap( const PALETTEENTRY *sys_pal_template
int
i
;
if
((
COLOR_sysPal
=
HeapAlloc
(
GetProcessHeap
(),
0
,
sizeof
(
PALETTEENTRY
)
*
palette_size
))
==
NULL
)
{
WARN
(
"
Can not allocat
e system palette
\n
"
);
WARN
(
"
Unable to allocate th
e system palette
\n
"
);
return
FALSE
;
}
...
...
@@ -578,7 +578,7 @@ static BOOL X11DRV_PALETTE_BuildSharedMap( const PALETTEENTRY *sys_pal_template
COLOR_sysPal
=
HeapAlloc
(
GetProcessHeap
(),
0
,
sizeof
(
PALETTEENTRY
)
*
256
);
if
(
COLOR_sysPal
==
NULL
)
{
ERR
(
"
Can not allocat
e system palette!
\n
"
);
ERR
(
"
Unable to allocate th
e system palette!
\n
"
);
HeapFree
(
GetProcessHeap
(),
0
,
pixDynMapping
);
return
FALSE
;
}
...
...
@@ -1095,7 +1095,7 @@ static UINT X11DRV_PALETTE_SetMapping( PALETTEOBJ* palPtr, UINT uStart, UINT uNu
sizeof
(
int
)
*
palPtr
->
logpalette
.
palNumEntries
);
if
(
mapping
==
NULL
)
{
ERR
(
"
Can not allocate new mapping -- memory ex
austed!
\n
"
);
ERR
(
"
Unable to allocate new mapping -- memory exh
austed!
\n
"
);
return
0
;
}
palPtr
->
mapping
=
mapping
;
...
...
documentation/configuring.sgml
View file @
f5c9da68
...
...
@@ -1435,7 +1435,7 @@ ln -s /c c:
<filename>c:\AnApp</filename> directories as well as have
read access to the entire FAT filesystem. On this system
the FAT filesystem has default permissions which should not
be changed for security reasons or can
not be changed due to
be changed for security reasons or cannot be changed due to
lack of root access. On this system a shadow directory
might be set up in the following manner:
</para>
...
...
documentation/debugging.sgml
View file @
f5c9da68
...
...
@@ -59,7 +59,7 @@ MESSAGE( "Could not create graphics driver '%s'\n", buffer );
<para>
These are warning messages. You should report a
warning when something unwanted happens, and the
function can
not deal with the condition. This
function cannot deal with the condition. This
is seldomly used since proper functions can usually
report failures back to the caller. Think twice before
making the message a warning.
...
...
documentation/opengl.sgml
View file @
f5c9da68
...
...
@@ -12,7 +12,7 @@
that is needed.
</para>
<para>
To be more clear
, I will detail one step after another what
For clarity
, I will detail one step after another what
the <command>configure</command> script checks.
</para>
<para>
...
...
documentation/winedev-coding.sgml
View file @
f5c9da68
...
...
@@ -300,7 +300,7 @@ code
There <emphasis>are</emphasis> exceptions to the "avoid
<symbol>#ifdef MyOS</symbol>" rule. Wine, for example, needs
the internals of the signal stack -- that cannot easily be
described in terms of features. Moreover, you can
not use
described in terms of features. Moreover, you cannot use
<filename>autoconf</filename>'s <symbol>HAVE_*</symbol>
symbols in Wine's headers, as these may be used by Winelib
users who may not be using a <filename>configure</filename>
...
...
documentation/winedev-otherdebug.sgml
View file @
f5c9da68
...
...
@@ -604,7 +604,7 @@ less lzexpand_main.c.gcov
<screen>
INT file;
/* Check for non
-existent file.
*/
/* Check for non
existent file
*/
file = LZOpenFile("badfilename_", &test, OF_READ);
ok(file == LZERROR_BADINHANDLE,
"LZOpenFile succeeded on nonexistent file\n");
...
...
documentation/winelib-mfc.sgml
View file @
f5c9da68
...
...
@@ -80,7 +80,7 @@
<para>
First you must legally get MFC source code on your computer. The MFC
source code comes as a part of Visual Studio. The license for
Visual Studio implies it is a single product that can
not
Visual Studio implies it is a single product that cannot
be broken up into its components. So the cleanest way to get MFC on
your system is to buy Visual Studio and install it on a dual boot
Linux box.
...
...
programs/notepad/En.rc
View file @
f5c9da68
...
...
@@ -121,7 +121,7 @@ STRING_DOESNOTEXIST, "File '%s'\ndoes not exist\n\n \
Do you want to create a new file ?"
STRING_NOTSAVED, "File '%s'\nhas been modified\n\n \
Would you like to save the changes ?"
STRING_NOTFOUND, "'%s' c
an
not be found."
STRING_NOTFOUND, "'%s' c
ould
not be found."
STRING_OUT_OF_MEMORY, "Not enough memory to complete this \
task. \nClose one or more applications to increase the amount of \nfree \
memory."
...
...
programs/wineconsole/wineconsole.c
View file @
f5c9da68
...
...
@@ -246,7 +246,7 @@ int WINECON_GrabChanges(struct inner_data* data)
continue
;
}
if
(
ev_found
!=
-
1
&&
/* Only 2 cases where they
can
NOT merge */
if
(
ev_found
!=
-
1
&&
/* Only 2 cases where they
CAN
NOT merge */
!
(
evts
[
i
].
u
.
update
.
bottom
+
1
<
evts
[
ev_found
].
u
.
update
.
top
||
evts
[
ev_found
].
u
.
update
.
bottom
+
1
<
evts
[
i
].
u
.
update
.
top
))
{
...
...
tools/winegcc/utils.c
View file @
f5c9da68
...
...
@@ -53,7 +53,7 @@ void* xmalloc(size_t size)
void
*
p
;
if
((
p
=
malloc
(
size
))
==
NULL
)
error
(
"C
an
not malloc %d bytes."
,
size
);
error
(
"C
ould
not malloc %d bytes."
,
size
);
return
p
;
}
...
...
@@ -62,7 +62,7 @@ void *xrealloc(void* p, size_t size)
{
void
*
p2
=
realloc
(
p
,
size
);
if
(
size
&&
!
p2
)
error
(
"C
an
not realloc %d bytes."
,
size
);
error
(
"C
ould
not realloc %d bytes."
,
size
);
return
p2
;
}
...
...
@@ -195,7 +195,7 @@ void create_file(const char* name, int mode, const char* fmt, ...)
if
(
verbose
)
printf
(
"Creating file %s
\n
"
,
name
);
va_start
(
ap
,
fmt
);
if
(
!
(
file
=
fopen
(
name
,
"w"
))
)
error
(
"Can not create %s
."
,
name
);
error
(
"Unable to open %s for writing
."
,
name
);
vfprintf
(
file
,
fmt
,
ap
);
va_end
(
ap
);
fclose
(
file
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment