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
32f177ae
Commit
32f177ae
authored
Feb 13, 2015
by
Jacek Caban
Committed by
Alexandre Julliard
Feb 16, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml: Added execCommand("fontsize") support.
parent
f75d1b0c
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 @
32f177ae
...
...
@@ -1141,6 +1141,8 @@ static const WCHAR cutW[] =
{
'c'
,
'u'
,
't'
,
0
};
static
const
WCHAR
fontnameW
[]
=
{
'f'
,
'o'
,
'n'
,
't'
,
'n'
,
'a'
,
'm'
,
'e'
,
0
};
static
const
WCHAR
fontsizeW
[]
=
{
'f'
,
'o'
,
'n'
,
't'
,
's'
,
'i'
,
'z'
,
'e'
,
0
};
static
const
WCHAR
indentW
[]
=
{
'i'
,
'n'
,
'd'
,
'e'
,
'n'
,
't'
,
0
};
static
const
WCHAR
insertorderedlistW
[]
=
...
...
@@ -1161,6 +1163,7 @@ static const struct {
{
copyW
,
IDM_COPY
},
{
cutW
,
IDM_CUT
},
{
fontnameW
,
IDM_FONTNAME
},
{
fontsizeW
,
IDM_FONTSIZE
},
{
indentW
,
IDM_INDENT
},
{
insertorderedlistW
,
IDM_ORDERLIST
},
{
insertunorderedlistW
,
IDM_UNORDERLIST
},
...
...
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