Added DT_NOPREFIX (http://forums.winamp.com/showthread.php?s=&postid=609487#post609487)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@853 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
d6d3e01618
commit
85c0c8f457
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ static LRESULT CALLBACK BG_WndProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM l
|
|||
SetBkMode(hdc,TRANSPARENT);
|
||||
SetTextColor(hdc,m_textcolor);
|
||||
oldFont = SelectObject(hdc,newFont);
|
||||
DrawText(hdc,buf,-1,&r,DT_TOP|DT_LEFT|DT_SINGLELINE);
|
||||
DrawText(hdc,buf,-1,&r,DT_TOP|DT_LEFT|DT_SINGLELINE|DT_NOPREFIX);
|
||||
SelectObject(hdc,oldFont);
|
||||
DeleteObject(newFont);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue