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
ea9f343c
Commit
ea9f343c
authored
Nov 15, 2008
by
Dylan Smith
Committed by
Alexandre Julliard
Nov 17, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
richedit: Update strings and comments regarding IME Status messages.
parent
fe1f3c52
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
editor.c
dlls/riched20/editor.c
+6
-2
No files found.
dlls/riched20/editor.c
View file @
ea9f343c
...
...
@@ -99,6 +99,7 @@
- EM_SETFONTSIZE
- EM_SETIMECOLOR 1.0asian
- EM_SETIMEOPTIONS 1.0asian
- EM_SETIMESTATUS
- EM_SETLANGOPTIONS 2.0
- EM_SETLIMITTEXT
- EM_SETMARGINS
...
...
@@ -2507,7 +2508,9 @@ static const char * const edit_messages[] = {
"EM_GETMARGINS"
,
"EM_GETLIMITTEXT"
,
"EM_POSFROMCHAR"
,
"EM_CHARFROMPOS"
"EM_CHARFROMPOS"
,
"EM_SETIMESTATUS"
,
"EM_GETIMESTATUS"
};
static
const
char
*
const
richedit_messages
[]
=
{
...
...
@@ -2623,7 +2626,8 @@ static LRESULT RichEditWndProc_common(HWND hWnd, UINT msg, WPARAM wParam,
UNSUPPORTED_MSG
(
EM_GETBIDIOPTIONS
)
UNSUPPORTED_MSG
(
EM_GETEDITSTYLE
)
UNSUPPORTED_MSG
(
EM_GETIMECOMPMODE
)
/* UNSUPPORTED_MSG(EM_GETIMESTATUS) missing in Wine headers */
UNSUPPORTED_MSG
(
EM_GETIMESTATUS
)
UNSUPPORTED_MSG
(
EM_SETIMESTATUS
)
UNSUPPORTED_MSG
(
EM_GETLANGOPTIONS
)
/* UNSUPPORTED_MSG(EM_GETOLEINTERFACE) separate stub */
UNSUPPORTED_MSG
(
EM_GETREDONAME
)
...
...
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