Fixed LINK control problem on Win9X and improved tabstop handling
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2703 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
3226317cf5
commit
00926155b9
3 changed files with 84 additions and 83 deletions
|
@ -14,15 +14,15 @@ Type=Link
|
|||
Left=20
|
||||
Right=-40
|
||||
Top=40
|
||||
Bottom=48
|
||||
Bottom=50
|
||||
Text=* Run notepad
|
||||
|
||||
[Field 3]
|
||||
Type=Link
|
||||
Left=20
|
||||
Right=-40
|
||||
Top=50
|
||||
Bottom=58
|
||||
Top=55
|
||||
Bottom=65
|
||||
State=mailto:someone@anywhere.com
|
||||
Text=* Send E-mail
|
||||
|
||||
|
@ -30,7 +30,7 @@ Text=* Send E-mail
|
|||
Type=Link
|
||||
Left=20
|
||||
Right=-40
|
||||
Top=60
|
||||
Bottom=68
|
||||
Top=70
|
||||
Bottom=80
|
||||
State=http://nsis.sourceforge.net/
|
||||
Text=* Homepage http://nsis.sourceforge.net/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue