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:
kichik 2002-08-28 22:53:50 +00:00
parent c0a2f95891
commit 9ecbee964a
2 changed files with 3 additions and 3 deletions

View file

@ -33,9 +33,9 @@ FONT 8, "MS Sans Serif"
BEGIN
COMBOBOX IDC_LANGUAGE,45,39,140,100,CBS_DROPDOWNLIST | WS_VSCROLL |
WS_TABSTOP
PUSHBUTTON "OK",IDOK,75,59,50,14
DEFPUSHBUTTON "Cancel",IDCANCEL,135,59,50,14
LTEXT "Static",IDC_TEXT,50,10,135,23
DEFPUSHBUTTON "OK",IDOK,75,59,50,14
PUSHBUTTON "Cancel",IDCANCEL,135,59,50,14
LTEXT "Static",IDC_TEXT,45,10,140,23
ICON "",IDC_APPICON,10,10,20,20
END

Binary file not shown.