applied patch #2004129 - nsDialogs: Hand cursor for link

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5698 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2008-08-15 17:36:36 +00:00
parent ff40110eba
commit aed07bb8d3
4 changed files with 41 additions and 15 deletions

View file

@ -200,7 +200,7 @@ Header file for creating custom installer pages with nsDialogs
!define __NSD_BrowseButton_STYLE ${DEFAULT_STYLES}|${WS_TABSTOP}
!define __NSD_BrowseButton_EXSTYLE 0
!define __NSD_Link_CLASS BUTTON
!define __NSD_Link_CLASS LINK
!define __NSD_Link_STYLE ${DEFAULT_STYLES}|${WS_TABSTOP}|${BS_OWNERDRAW}
!define __NSD_Link_EXSTYLE 0