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
e0e119e4
Commit
e0e119e4
authored
Sep 02, 2019
by
Francois Gouget
Committed by
Alexandre Julliard
Sep 02, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comctl32: Typo and spelling fixes in comments.
Signed-off-by:
Francois Gouget
<
fgouget@free.fr
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
3ca3a06c
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
commctrl.c
dlls/comctl32/commctrl.c
+1
-1
datetime.c
dlls/comctl32/datetime.c
+1
-1
rebar.c
dlls/comctl32/rebar.c
+1
-1
syslink.c
dlls/comctl32/syslink.c
+1
-1
imagelist.c
dlls/comctl32/tests/imagelist.c
+1
-1
toolbar.c
dlls/comctl32/toolbar.c
+1
-1
No files found.
dlls/comctl32/commctrl.c
View file @
e0e119e4
...
...
@@ -671,7 +671,7 @@ CreateUpDownControl (DWORD style, INT x, INT y, INT cx, INT cy,
*
* NOTES
* This function is just a dummy - all the controls are registered at
* the DLL initialization time. See InitCommonContolsEx for details.
* the DLL initialization time. See InitCommonCont
r
olsEx for details.
*/
VOID
WINAPI
...
...
dlls/comctl32/datetime.c
View file @
e0e119e4
...
...
@@ -237,7 +237,7 @@ DATETIME_SetSystemTime (DATETIME_INFO *infoPtr, DWORD flag, const SYSTEMTIME *sy
* *'dddddd' is handled as 'dddd' plus 'dd'.
* *unrecognized formats are strings (here given the type DT_STRING;
* start of the string is encoded in lower bits of DT_STRING.
* Therefore, 'string' ends
finally
up as '<show seconds>tring'.
* Therefore, 'string' ends up as '<show seconds>tring'.
*
*/
static
void
...
...
dlls/comctl32/rebar.c
View file @
e0e119e4
...
...
@@ -2135,7 +2135,7 @@ REBAR_HandleUDDrag (REBAR_INFO *infoPtr, const POINT *ptsmove)
}
else
{
/* Place the band in the prexisting row the mouse is hovering over */
/* Place the band in the pre
e
xisting row the mouse is hovering over */
iRowBegin
=
first_visible
(
infoPtr
);
while
(
iRowBegin
<
infoPtr
->
uNumBands
)
{
...
...
dlls/comctl32/syslink.c
View file @
e0e119e4
...
...
@@ -951,7 +951,7 @@ static LRESULT SYSLINK_SetText (SYSLINK_INFO *infoPtr, LPCWSTR Text)
/***********************************************************************
* SYSLINK_SetFocusLink
* Updates the focus status bits and focus
s
es the specified link.
* Updates the focus status bits and focuses the specified link.
* If no document item is specified, the focus bit will be removed from all links.
* Returns the previous focused item.
*/
...
...
dlls/comctl32/tests/imagelist.c
View file @
e0e119e4
...
...
@@ -2164,7 +2164,7 @@ static void test_color_table(UINT ilc)
rgb
[
2
].
rgbBlue
=
0xff
;
check_color_table
(
"remove all, add 8"
,
hdc
,
himl
,
ilc
,
rgb
,
default_table
);
/* remove all, add 4. Color table remains the same since it's i
n
plicitly
/* remove all, add 4. Color table remains the same since it's i
m
plicitly
been set by the previous _Add */
ret
=
pImageList_Remove
(
himl
,
-
1
);
ok
(
ret
,
"got %d
\n
"
,
ret
);
...
...
dlls/comctl32/toolbar.c
View file @
e0e119e4
...
...
@@ -5691,7 +5691,7 @@ TOOLBAR_LButtonUp (TOOLBAR_INFO *infoPtr, WPARAM wParam, LPARAM lParam)
if
(
nButton
==
infoPtr
->
nButtonDrag
)
{
/* if the button is moved sightly left and we have a
/* if the button is moved s
l
ightly left and we have a
* separator there then remove it */
if
(
pt
.
x
<
(
btnPtr
->
rect
.
left
+
(
btnPtr
->
rect
.
right
-
btnPtr
->
rect
.
left
)
/
2
))
{
...
...
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