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
71cb0cea
Commit
71cb0cea
authored
Dec 01, 2014
by
Jacek Caban
Committed by
Alexandre Julliard
Dec 01, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml: Added "indent" command support to execCommand.
parent
17fcef50
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 @
71cb0cea
...
...
@@ -1098,6 +1098,8 @@ static HRESULT WINAPI HTMLDocument_clear(IHTMLDocument2 *iface)
static
const
WCHAR
fontnameW
[]
=
{
'f'
,
'o'
,
'n'
,
't'
,
'n'
,
'a'
,
'm'
,
'e'
,
0
};
static
const
WCHAR
indentW
[]
=
{
'i'
,
'n'
,
'd'
,
'e'
,
'n'
,
't'
,
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
[]
=
...
...
@@ -1112,6 +1114,7 @@ static const struct {
OLECMDID
id
;
}
command_names
[]
=
{
{
fontnameW
,
IDM_FONTNAME
},
{
indentW
,
IDM_INDENT
},
{
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