2 |
|
// |
3 |
|
// Douglas Thrift |
4 |
|
// |
5 |
< |
// $Id: ScanUtility.cxx,v 1.9 2003/08/25 07:29:00 douglas Exp $ |
5 |
> |
// $Id: ScanUtility.cxx,v 1.10 2003/08/25 21:56:30 douglas Exp $ |
6 |
|
|
7 |
|
#include "ScanUtility.h" |
8 |
|
|
1008 |
|
{ |
1009 |
|
case WM_INITDIALOG: |
1010 |
|
data = which(dialog, l); |
1011 |
+ |
|
1012 |
+ |
{ |
1013 |
+ |
ostringstream done; |
1014 |
+ |
|
1015 |
+ |
done << "You are done saving the scanned document. Click Finish to" |
1016 |
+ |
<< " exit or click Back to return to the beginning."; |
1017 |
+ |
|
1018 |
+ |
SetDlgItemText(dialog, IDC_DONE_TEXT, done.str().c_str()); |
1019 |
+ |
} |
1020 |
|
break; |
1021 |
|
case WM_NOTIFY: |
1022 |
|
{ |