/[winpt]/trunk/Src/wptFirstRunDlg.cpp
ViewVC logotype

Diff of /trunk/Src/wptFirstRunDlg.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 332 by twoaday, Fri Sep 25 16:07:38 2009 UTC revision 333 by twoaday, Tue Oct 13 10:51:21 2009 UTC
# Line 53  first_run_dlg_proc (HWND dlg, UINT msg, Line 53  first_run_dlg_proc (HWND dlg, UINT msg,
53                  choice = SETUP_KEYGEN;                  choice = SETUP_KEYGEN;
54              else if (IsDlgButtonChecked (dlg, IDC_FIRST_IMPORT))              else if (IsDlgButtonChecked (dlg, IDC_FIRST_IMPORT))
55                  choice = SETUP_IMPORT;                  choice = SETUP_IMPORT;
56                else if (IsDlgButtonChecked (dlg, IDC_FIRST_IMPORTKEY))
57                    choice = SETUP_EXISTING;
58              else              else
59                  choice = 0;                  choice = 0;
60              EndDialog (dlg, choice);              EndDialog (dlg, choice);

Legend:
Removed from v.332  
changed lines
  Added in v.333

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26