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
1b6eed8a
Commit
1b6eed8a
authored
Jul 27, 2011
by
Frédéric Delanoy
Committed by
Alexandre Julliard
Jul 27, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
programs: Assorted spelling fixes.
parent
e0f54d1b
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
9 deletions
+9
-9
graphctl.c
programs/taskmgr/graphctl.c
+4
-4
main.c
programs/winebrowser/main.c
+1
-1
libraries.c
programs/winecfg/libraries.c
+1
-1
curses.c
programs/wineconsole/curses.c
+1
-1
user.c
programs/wineconsole/user.c
+1
-1
hlpfile.c
programs/winhlp32/hlpfile.c
+1
-1
No files found.
programs/taskmgr/graphctl.c
View file @
1b6eed8a
...
...
@@ -57,7 +57,7 @@ static void GraphCtrl_Init(TGraphCtrl* this)
* we need a starting point (i.e. a "previous" point)
* use 0.0 as the default first point.
* these are public member variables, and can be changed outside
* (after construction). Therefore m_
per
viousPosition could be set to
* (after construction). Therefore m_
dPre
viousPosition could be set to
* a more appropriate value prior to the first call to SetPosition.
*/
this
->
m_dPreviousPosition
[
0
]
=
0
.
0
;
...
...
@@ -69,8 +69,8 @@ static void GraphCtrl_Init(TGraphCtrl* this)
this
->
m_nYDecimals
=
3
;
/* set some initial values for the scaling until "SetRange" is called.
* these are protected var
ai
bles and must be set with SetRange
* in order to ensure that m_dRange is updated accordingly
* these are protected var
ia
bles and must be set with SetRange
* in order to ensure that m_dRange is updated accordingly
*/
/* m_dLowerLimit = -10.0; */
/* m_dUpperLimit = 10.0; */
...
...
@@ -401,7 +401,7 @@ static void GraphCtrl_DrawPoint(TGraphCtrl* this)
SRCCOPY
);
/* establish a rectangle over the right side of plot */
/* which now needs to be cleaned up pr
oi
r to adding the new point */
/* which now needs to be cleaned up pr
io
r to adding the new point */
rectCleanUp
=
this
->
m_rectPlot
;
rectCleanUp
.
left
=
rectCleanUp
.
right
-
this
->
m_nShiftPixels
;
...
...
programs/winebrowser/main.c
View file @
1b6eed8a
...
...
@@ -22,7 +22,7 @@
* Winebrowser is a winelib application that will start the appropriate
* native browser or mail client for a wine installation that lacks a
* windows browser/mail client. For example, you will be able to open
*
url
s via native mozilla if no browser has yet been installed in wine.
*
URL
s via native mozilla if no browser has yet been installed in wine.
*
* The application to launch is chosen from a default set or, if set,
* taken from a registry key.
...
...
programs/winecfg/libraries.c
View file @
1b6eed8a
...
...
@@ -229,7 +229,7 @@ static int show_dll_in_list( const char *name )
static
void
set_controls_from_selection
(
HWND
dialog
)
{
/* FIXME: display/update some information about the selected dll (purpose, recommended loadorder) maybe? */
/* FIXME: display/update some information about the selected dll (purpose, recommended load
order) maybe? */
}
static
void
clear_settings
(
HWND
dialog
)
...
...
programs/wineconsole/curses.c
View file @
1b6eed8a
...
...
@@ -668,7 +668,7 @@ static unsigned WCCURSES_FillMouse(INPUT_RECORD* ir)
WINE_TRACE
(
"[%u]: (%d, %d) %08lx
\n
"
,
mevt
.
id
,
mevt
.
x
,
mevt
.
y
,
(
unsigned
long
)
mevt
.
bstate
);
/* macros to ease mapping ncurse button numbering to windows'
s
one */
/* macros to ease mapping ncurse button numbering to windows' one */
#define BTN1_BIT FROM_LEFT_1ST_BUTTON_PRESSED
#define BTN2_BIT RIGHTMOST_BUTTON_PRESSED
#define BTN3_BIT FROM_LEFT_2ND_BUTTON_PRESSED
...
...
programs/wineconsole/user.c
View file @
1b6eed8a
...
...
@@ -447,7 +447,7 @@ HFONT WCUSER_CopyFont(struct config_data* config, HWND hWnd, const LOGFONTW* lf,
* - the width of all characters in the font
* This isn't true in Wine. As a temporary workaround, we get as the width of the
* cell, the width of the first character in the font, after checking that all
* characters in the font have the same width (I hear parano
ï
a coming)
* characters in the font have the same width (I hear parano
i
a coming)
* when this gets fixed, the code should be using tm.tmAveCharWidth
* or tm.tmMaxCharWidth as the cell width.
*/
...
...
programs/winhlp32/hlpfile.c
View file @
1b6eed8a
...
...
@@ -1585,7 +1585,7 @@ static BOOL HLPFILE_BrowseParagraph(HLPFILE_PAGE* page, struct RtfData* rd,
case
0x8C
:
if
(
!
HLPFILE_RtfAddControl
(
rd
,
"
\\
_"
))
goto
done
;
/* FIXME: it could be that hypen is also in input stream !! */
/* FIXME: it could be that hyp
h
en is also in input stream !! */
format
+=
1
;
rd
->
char_pos
++
;
break
;
...
...
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