Changeset 94 for trunk/NewView/PrintDialogUnit.pas
- Timestamp:
- Mar 10, 2007, 8:05:21 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NewView/PrintDialogUnit.pas
r33 r94 54 54 Printers, 55 55 ACLDialogs, 56 ControlsUtility; 56 ControlsUtility, 57 DebugUnit, 58 StringUtilsUnit; 57 59 58 60 Procedure TNewViewPrintDialog.OKButtonOnClick (Sender: TObject); … … 74 76 const Apply: boolean ); 75 77 begin 78 LogEvent(LogI18n, 'TNewViewPrintDialog.OnLanguageEvent apply: "' + BoolToStr(Apply) + '"'); 76 79 Language.LoadComponentLanguage( self, Apply ); 77 80
Note:
See TracChangeset
for help on using the changeset viewer.