Pretty :D
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@807 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
c0a2f95891
commit
9ecbee964a
2 changed files with 3 additions and 3 deletions
|
@ -33,9 +33,9 @@ FONT 8, "MS Sans Serif"
|
||||||
BEGIN
|
BEGIN
|
||||||
COMBOBOX IDC_LANGUAGE,45,39,140,100,CBS_DROPDOWNLIST | WS_VSCROLL |
|
COMBOBOX IDC_LANGUAGE,45,39,140,100,CBS_DROPDOWNLIST | WS_VSCROLL |
|
||||||
WS_TABSTOP
|
WS_TABSTOP
|
||||||
PUSHBUTTON "OK",IDOK,75,59,50,14
|
DEFPUSHBUTTON "OK",IDOK,75,59,50,14
|
||||||
DEFPUSHBUTTON "Cancel",IDCANCEL,135,59,50,14
|
PUSHBUTTON "Cancel",IDCANCEL,135,59,50,14
|
||||||
LTEXT "Static",IDC_TEXT,50,10,135,23
|
LTEXT "Static",IDC_TEXT,45,10,140,23
|
||||||
ICON "",IDC_APPICON,10,10,20,20
|
ICON "",IDC_APPICON,10,10,20,20
|
||||||
END
|
END
|
||||||
|
|
||||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue