diff options
author | rrelyea <rrelyea@fba4d07e-fe0f-4d7f-8147-e0026e666dc0> | 2006-10-11 18:12:58 +0000 |
---|---|---|
committer | rrelyea <rrelyea@fba4d07e-fe0f-4d7f-8147-e0026e666dc0> | 2006-10-11 18:12:58 +0000 |
commit | a41b19ed473c6b6c72e93aa24e5cedca332fa08e (patch) | |
tree | 77b6296670a1a6234c869a125b12a9a54485e893 /src/windows/csp/gui.cpp | |
parent | e424480dd758810b89de0839490238fc687108f2 (diff) |
Make the CSP build.
git-svn-id: http://svn.fedorahosted.org/svn/coolkey/trunk@32 fba4d07e-fe0f-4d7f-8147-e0026e666dc0
Diffstat (limited to 'src/windows/csp/gui.cpp')
-rw-r--r-- | src/windows/csp/gui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/windows/csp/gui.cpp b/src/windows/csp/gui.cpp index 2926728..848217b 100644 --- a/src/windows/csp/gui.cpp +++ b/src/windows/csp/gui.cpp @@ -159,7 +159,7 @@ bool DisplayPINDialog(BinStr* pin) { INT_PTR result; - result = DialogBoxParam(g_hModule, MAKEINTRESOURCE(IDD_PIN_DIALOG), NULL, + result = DialogBoxParam(g_hModule, MAKEINTRESOURCE(IDD_PIN_DIALOG_1), NULL, PINDialogProc, reinterpret_cast<LPARAM>(pin)); switch(result) |