ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/proj/trunk/VTBFileUtil2/ScanUtility.cxx
(Generate patch)

Comparing trunk/VTBFileUtil2/ScanUtility.cxx (file contents):
Revision 278 by douglas, 2003-08-25T00:29:00-07:00 vs.
Revision 281 by douglas, 2003-08-25T14:56:30-07:00

# Line 2 | Line 2
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  
# Line 1008 | Line 1008 | INT_PTR ScanUtility::done(HWND dialog, U
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                  {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines