Straighten out some ellipses.
This commit is contained in:
parent
36e195a185
commit
b3bf746ff9
|
@ -39,7 +39,7 @@
|
|||
WINE_DEFAULT_DEBUG_CHANNEL(resource);
|
||||
|
||||
|
||||
/* Messages...used by FormatMessage (KERNEL32.something)
|
||||
/* Messages used by FormatMessage
|
||||
*
|
||||
* They can be specified either directly or using a message ID and
|
||||
* loading them from the resource.
|
||||
|
|
|
@ -813,7 +813,7 @@ void ME_SetCharFormat(ME_TextEditor *editor, int nOfs, int nChars, CHARFORMAT2W
|
|||
undo->nStart = tmp.pRun->member.run.nCharOfs+para->member.para.nCharOfs;
|
||||
undo->nLen = tmp.pRun->member.run.strText->nLen;
|
||||
undo->di.member.ustyle = tmp.pRun->member.run.style;
|
||||
/* we'd have to addref undo..ustyle and release tmp...style
|
||||
/* we'd have to addref undo...ustyle and release tmp...style
|
||||
but they'd cancel each other out so we can do nothing instead */
|
||||
}
|
||||
else
|
||||
|
|
|
@ -1121,7 +1121,7 @@ static DWORD MCI_ParseOptArgs(LPDWORD data, int _offset, LPCWSTR lpCmd,
|
|||
}
|
||||
break;
|
||||
case MCI_RECT:
|
||||
/* store rect in data (offset...offset+3) */
|
||||
/* store rect in data (offset..offset+3) */
|
||||
*dwFlags |= flg;
|
||||
if (!MCI_GetDWord(&(data[offset+0]), &args) ||
|
||||
!MCI_GetDWord(&(data[offset+1]), &args) ||
|
||||
|
|
|
@ -885,8 +885,8 @@ static LRESULT CALLBACK EXPORT mainWindowDispatcher(
|
|||
else switch(uMsg) {
|
||||
case WM_CREATE:
|
||||
/*
|
||||
* this is always the first message...at least as far as
|
||||
* we are concerned.
|
||||
* this is always the first message... at least as far
|
||||
* as we are concerned.
|
||||
*/
|
||||
mwi_InitAll(hWnd);
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue