Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
224063f0
Commit
224063f0
authored
Sep 29, 2003
by
Francois Gouget
Committed by
Alexandre Julliard
Sep 29, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some spelling fixes.
Fix the case of WineHQ.
parent
d1654b61
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
20 additions
and
20 deletions
+20
-20
dplayx_messages.c
dlls/dplayx/dplayx_messages.c
+1
-1
imm.c
dlls/imm32/imm.c
+1
-1
lcformat.c
dlls/kernel/lcformat.c
+4
-4
comm.c
dlls/kernel/tests/comm.c
+1
-1
locale.c
dlls/kernel/tests/locale.c
+4
-4
dispatch.c
dlls/oleaut32/dispatch.c
+1
-1
pidl.c
dlls/shell32/pidl.c
+2
-2
shlfolder.c
dlls/shell32/shlfolder.c
+2
-2
README.it
documentation/README.it
+2
-2
cvs-regression.sgml
documentation/cvs-regression.sgml
+1
-1
debugging.sgml
documentation/debugging.sgml
+1
-1
No files found.
dlls/dplayx/dplayx_messages.c
View file @
224063f0
...
...
@@ -419,7 +419,7 @@ LPVOID DP_MSG_ExpectReply( IDirectPlay2AImpl* This, LPDPSP_SENDDATA lpData,
return
DP_MSG_CleanReplyStruct
(
&
replyStructList
,
lplpReplyMsg
,
lpdwMsgBodySize
);
}
/* Determine if there is a matching request for this incom
m
ing message and then copy
/* Determine if there is a matching request for this incoming message and then copy
* all important data. It is quite silly to have to copy the message, but the documents
* indicate that a copy is taken. Silly really.
*/
...
...
dlls/imm32/imm.c
View file @
224063f0
...
...
@@ -1024,7 +1024,7 @@ BOOL WINAPI ImmUnregisterWordW(
static
LRESULT
WINAPI
IME_WindowProc
(
HWND
hwnd
,
UINT
uMsg
,
WPARAM
wParam
,
LPARAM
lParam
)
{
TRACE
(
"Incom
m
ing Message 0x%x (0x%08x, 0x%08x)
\n
"
,
uMsg
,
(
UINT
)
wParam
,
TRACE
(
"Incoming Message 0x%x (0x%08x, 0x%08x)
\n
"
,
uMsg
,
(
UINT
)
wParam
,
(
UINT
)
lParam
);
switch
(
uMsg
)
...
...
dlls/kernel/lcformat.c
View file @
224063f0
...
...
@@ -1053,7 +1053,7 @@ GetNumberFormatW_Error:
{
if
(
dwState
&
NF_ISREAL
)
{
while
(
*
szSrc
!=
'.'
)
/* Don't write any decimals or a sep
e
rator */
while
(
*
szSrc
!=
'.'
)
/* Don't write any decimals or a sep
a
rator */
{
if
(
*
szSrc
>=
'5'
||
(
*
szSrc
==
'4'
&&
(
dwState
&
NF_ROUND
)))
dwState
|=
NF_ROUND
;
...
...
@@ -1110,7 +1110,7 @@ GetNumberFormatW_Error:
}
while
(
lpszDec
>=
lpFormat
->
lpDecimalSep
)
*
szOut
--
=
*
lpszDec
--
;
/* Write decimal sep
e
rator */
*
szOut
--
=
*
lpszDec
--
;
/* Write decimal sep
a
rator */
}
dwGroupCount
=
lpFormat
->
Grouping
==
32
?
3
:
lpFormat
->
Grouping
;
...
...
@@ -1437,7 +1437,7 @@ GetCurrencyFormatW_Error:
{
if
(
dwState
&
NF_ISREAL
)
{
while
(
*
szSrc
!=
'.'
)
/* Don't write any decimals or a sep
e
rator */
while
(
*
szSrc
!=
'.'
)
/* Don't write any decimals or a sep
a
rator */
{
if
(
*
szSrc
>=
'5'
||
(
*
szSrc
==
'4'
&&
(
dwState
&
NF_ROUND
)))
dwState
|=
NF_ROUND
;
...
...
@@ -1493,7 +1493,7 @@ GetCurrencyFormatW_Error:
szSrc
--
;
/* Skip '.' */
}
while
(
lpszDec
>=
lpFormat
->
lpDecimalSep
)
*
szOut
--
=
*
lpszDec
--
;
/* Write decimal sep
e
rator */
*
szOut
--
=
*
lpszDec
--
;
/* Write decimal sep
a
rator */
}
dwGroupCount
=
lpFormat
->
Grouping
;
...
...
dlls/kernel/tests/comm.c
View file @
224063f0
...
...
@@ -447,7 +447,7 @@ static void check_dcb(char *function, TEST *ptest, int initial_value, DCB *pdcb1
if
(
ptest
->
result
)
{
/* For the idsr=xxx param
a
ter, NT sets fDsrSensitivity, 9x sets
/* For the idsr=xxx param
e
ter, NT sets fDsrSensitivity, 9x sets
fOutxDsrFlow. */
if
(
!
ptest
->
old_style
)
{
...
...
dlls/kernel/tests/locale.c
View file @
224063f0
...
...
@@ -436,7 +436,7 @@ static void test_GetCurrencyFormatA()
ret
=
GetCurrencyFormatA
(
lcid
,
NUO
,
input
,
NULL
,
buffer
,
COUNTOF
(
buffer
));
EXPECT_VALID
;
EXPECT_LENA
;
EXPECT_EQA
;
format
.
NumDigits
=
0
;
/* No decimal sep
e
rator */
format
.
NumDigits
=
0
;
/* No decimal sep
a
rator */
format
.
LeadingZero
=
0
;
format
.
Grouping
=
0
;
/* No grouping char */
format
.
NegativeOrder
=
0
;
...
...
@@ -449,7 +449,7 @@ static void test_GetCurrencyFormatA()
ret
=
GetCurrencyFormatA
(
lcid
,
0
,
input
,
&
format
,
buffer
,
COUNTOF
(
buffer
));
EXPECT_VALID
;
EXPECT_LENA
;
EXPECT_EQA
;
format
.
NumDigits
=
1
;
/* 1 DP --> Expect decimal sep
e
rator */
format
.
NumDigits
=
1
;
/* 1 DP --> Expect decimal sep
a
rator */
STRINGSA
(
"2353"
,
"$2353.0"
);
ret
=
GetCurrencyFormatA
(
lcid
,
0
,
input
,
&
format
,
buffer
,
COUNTOF
(
buffer
));
EXPECT_VALID
;
EXPECT_LENA
;
EXPECT_EQA
;
...
...
@@ -633,7 +633,7 @@ static void test_GetNumberFormatA()
ret
=
GetNumberFormatA
(
lcid
,
NUO
,
input
,
NULL
,
buffer
,
COUNTOF
(
buffer
));
EXPECT_VALID
;
EXPECT_LENA
;
EXPECT_EQA
;
format
.
NumDigits
=
0
;
/* No decimal sep
e
rator */
format
.
NumDigits
=
0
;
/* No decimal sep
a
rator */
format
.
LeadingZero
=
0
;
format
.
Grouping
=
0
;
/* No grouping char */
format
.
NegativeOrder
=
0
;
...
...
@@ -644,7 +644,7 @@ static void test_GetNumberFormatA()
ret
=
GetNumberFormatA
(
lcid
,
0
,
input
,
&
format
,
buffer
,
COUNTOF
(
buffer
));
EXPECT_VALID
;
EXPECT_LENA
;
EXPECT_EQA
;
format
.
NumDigits
=
1
;
/* 1 DP --> Expect decimal sep
e
rator */
format
.
NumDigits
=
1
;
/* 1 DP --> Expect decimal sep
a
rator */
STRINGSA
(
"2353"
,
"2353.0"
);
ret
=
GetNumberFormatA
(
lcid
,
0
,
input
,
&
format
,
buffer
,
COUNTOF
(
buffer
));
EXPECT_VALID
;
EXPECT_LENA
;
EXPECT_EQA
;
...
...
dlls/oleaut32/dispatch.c
View file @
224063f0
...
...
@@ -220,7 +220,7 @@ HRESULT WINAPI CreateDispTypeInfo(
* Method, property and parameter names can be localised. The details required to
* map names to methods and parameters are collected in a type library, usually
* output by an IDL compiler using the objects IDL description. This information is
* access
a
ble programatically through the ITypeLib interface (for a type library),
* access
i
ble programatically through the ITypeLib interface (for a type library),
* and the ITypeInfo interface (for an object within the type library). Type information
* can also be created at run-time using CreateDispTypeInfo().
*
...
...
dlls/shell32/pidl.c
View file @
224063f0
...
...
@@ -939,7 +939,7 @@ LPITEMIDLIST WINAPI ILCreateFromPathAW (LPCVOID path)
* IShellFolder uses that FileSystem Bind Data object of the BindContext
* to pass data about the current path element to the next object. This
* is used to avoid having to verify the current path element on disk, so
* that creating an ItemIDList from a non
existing
path still can work.
* that creating an ItemIDList from a non
-existent
path still can work.
*/
static
HRESULT
WINAPI
_ILParsePathW
(
LPCWSTR
path
,
LPWIN32_FIND_DATAW
lpFindFile
,
BOOL
bBindCtx
,
LPITEMIDLIST
*
ppidl
,
LPDWORD
prgfInOut
)
...
...
@@ -986,7 +986,7 @@ static HRESULT WINAPI _ILParsePathW(LPCWSTR path, LPWIN32_FIND_DATAW lpFindFile,
* SHSimpleIDListFromPath [SHELL32.162]
*
* Creates a simple ItemIDList from a path and returns it. This function
* does not fail on non-exist
ing
paths.
* does not fail on non-exist
ent
paths.
*
* PARAMS
* path [I] path to parse and convert into an ItemIDList
...
...
dlls/shell32/shlfolder.c
View file @
224063f0
...
...
@@ -139,7 +139,7 @@ HRESULT SHELL32_ParseNextElement (IShellFolder2 * psf, HWND hwndOwner, LPBC pbc,
* SHELL32_CoCreateInitSF
*
* Creates a shell folder and initializes it with a pidl via IPersistFolder.
* This function is meant for virtual fo
r
ders not backed by a file system
* This function is meant for virtual fo
l
ders not backed by a file system
* folder.
*/
HRESULT
SHELL32_CoCreateInitSF
(
LPCITEMIDLIST
pidlRoot
,
...
...
@@ -173,7 +173,7 @@ HRESULT SHELL32_CoCreateInitSF (LPCITEMIDLIST pidlRoot,
*
* Creates a shell folder and initializes it with a pidl and a root folder
* via IPersistFolder3.
* This function is meant for virtual fo
r
ders backed by a file system
* This function is meant for virtual fo
l
ders backed by a file system
* folder.
*
* NOTES
...
...
documentation/README.it
View file @
224063f0
...
...
@@ -206,7 +206,7 @@ http://home.nexgo.de/andi.mohr/download/decorrupt_explorer
7. DOCUMENTAZIONE
Puoi trovare della documentazione (diverse guide per Wine etc.) nella directory
documentation/ (a parte quelle disponibili su Wine
hq
).
documentation/ (a parte quelle disponibili su Wine
HQ
).
Se vuoi processare i file SGML, puoi eseguire "make doc" nella directory
documentation/.
...
...
@@ -235,7 +235,7 @@ trovato prima di postare un rapporto su un bug. Puoi anche postare i rapporti
sui bug a comp.emulators.ms-windows.wine. Per favore leggi il file
documentation/bugs.sgml per verificare quali informazioni sono richieste.
IRC: Aiuto online è disponibile nel canale #Wine
hq
su irc.freenode.net.
IRC: Aiuto online è disponibile nel canale #Wine
HQ
su irc.freenode.net.
CVS: Il tree di sviluppo corrente di wine e' disponibile in CVS. Visita
http://www.winehq.com/cvs per altre informazioni.
...
...
documentation/cvs-regression.sgml
View file @
224063f0
...
...
@@ -50,7 +50,7 @@ cvs -d $CVSROOT checkout wine
<para>
Note also that it is possible to do all this with a direct
CVS connection, of course. The full CVS file method is less
painful for the Wine
hq
CVS server and probably a bit faster
painful for the Wine
HQ
CVS server and probably a bit faster
if you don't have a very good net connection.
</para>
<note>
...
...
documentation/debugging.sgml
View file @
224063f0
...
...
@@ -29,7 +29,7 @@ MESSAGE( "Could not create graphics driver '%s'\n", buffer );
<para>
A debugging class categorizes a message based on the severity
of the reported problem. There is a fixed set of classes, and
you must carefuly choose the appropriate one for your messages.
you must careful
l
y choose the appropriate one for your messages.
There are five classes of messages:
</para>
<variablelist>
...
...
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