Made default button to be Start instead of Test on windows launcher.rc

Solves issue 7
This commit is contained in:
Sorin Sbarnea 2009-03-04 19:38:13 +00:00
parent 2eb94583ce
commit db42cee13e
1 changed files with 2 additions and 2 deletions

View File

@ -87,8 +87,8 @@ BEGIN
COMBOBOX IDC_MAIN_DEBUG,68,151,61,60,CBS_DROPDOWNLIST |
WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "&Info",IDC_MAIN_INFO,7,178,50,14
DEFPUSHBUTTON "&Test",IDC_MAIN_TEST,131,179,50,14
PUSHBUTTON "Start",IDOK,187,179,50,14
PUSHBUTTON "&Test",IDC_MAIN_TEST,131,179,50,14
DEFPUSHBUTTON "Start",IDOK,187,179,50,14
PUSHBUTTON "Quit",IDCANCEL,243,179,50,14
END