Module: wine Branch: master Commit: 7a0e06b9e297311237ce18ca0df7b1bd756d47ed URL: http://source.winehq.org/git/wine.git/?a=commit;h=7a0e06b9e297311237ce18ca0d...
Author: Jacek Caban jacek@codeweavers.com Date: Sun Jun 10 11:28:52 2007 +0200
mshtml: Move IDM_FONTSIZE, IDM_FONTNAME and IDM_FORECOLOR to edit state command table.
This patch temporary adds code duplication.
---
dlls/mshtml/editor.c | 203 ++++++++++++++++++++++++++++++++++++++++++ dlls/mshtml/mshtml_private.h | 2 + dlls/mshtml/olecmd.c | 143 +----------------------------- 3 files changed, 208 insertions(+), 140 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=7a0e06b9e297311237ce18...