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
c910c8ce
Commit
c910c8ce
authored
Nov 26, 2014
by
Jacek Caban
Committed by
Alexandre Julliard
Nov 26, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml: Added fontname command support to execCommand.
parent
0867e7fe
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
htmldoc.c
dlls/mshtml/htmldoc.c
+3
-0
No files found.
dlls/mshtml/htmldoc.c
View file @
c910c8ce
...
...
@@ -1096,6 +1096,8 @@ static HRESULT WINAPI HTMLDocument_clear(IHTMLDocument2 *iface)
return
S_OK
;
}
static
const
WCHAR
fontnameW
[]
=
{
'f'
,
'o'
,
'n'
,
't'
,
'n'
,
'a'
,
'm'
,
'e'
,
0
};
static
const
WCHAR
insertorderedlistW
[]
=
{
'i'
,
'n'
,
's'
,
'e'
,
'r'
,
't'
,
'o'
,
'r'
,
'd'
,
'e'
,
'r'
,
'e'
,
'd'
,
'l'
,
'i'
,
's'
,
't'
,
0
};
static
const
WCHAR
insertunorderedlistW
[]
=
...
...
@@ -1109,6 +1111,7 @@ static const struct {
const
WCHAR
*
name
;
OLECMDID
id
;
}
command_names
[]
=
{
{
fontnameW
,
IDM_FONTNAME
},
{
insertorderedlistW
,
IDM_ORDERLIST
},
{
insertunorderedlistW
,
IDM_UNORDERLIST
},
{
outdentW
,
IDM_OUTDENT
},
...
...
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