Changeset 236 for trunk/NewView/MainForm.pas
- Timestamp:
- Sep 14, 2007, 8:39:54 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NewView/MainForm.pas
r228 r236 690 690 NoPrinterError: string; 691 691 SelectWindowToPrintError: string; 692 PrintingComplete : string; 692 693 PrintingError: string; 693 694 StoppingPrintMsg: string; … … 1423 1424 Language.LL( Apply, NoPrinterError, tmpPrefix + 'NoPrinterError', 'You don''t have a printer configured.' ); 1424 1425 Language.LL( Apply, SelectWindowToPrintError, tmpPrefix + 'SelectWindowToPrintError', 'You must select the window you want to print.' ); 1426 Language.LL( Apply, PrintingComplete, tmpPrefix + 'PrintingComplete', 'Printing complete' ); 1425 1427 Language.LL( Apply, PrintingError, tmpPrefix + 'PrintingError', 'Error while printing: ' ); 1426 1428 Language.LL( Apply, StoppingPrintMsg, tmpPrefix + 'StoppingPrintMsg', 'Stopping print...' ); … … 2051 2053 procedure TMainForm.OnPrintComplete( Dummy: TObject ); 2052 2054 begin 2053 SetStatus( 'Printing complete');2055 SetStatus(PrintingComplete); 2054 2056 ResetProgress; 2055 2057 end;
Note:
See TracChangeset
for help on using the changeset viewer.