Ignore:
Timestamp:
Mar 10, 2007, 8:05:21 PM (18 years ago)
Author:
RBRi
Message:

+ i18n debug messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NewView/PrintDialogUnit.pas

    r33 r94  
    5454  Printers,
    5555  ACLDialogs,
    56   ControlsUtility;
     56  ControlsUtility,
     57  DebugUnit,
     58  StringUtilsUnit;
    5759
    5860Procedure TNewViewPrintDialog.OKButtonOnClick (Sender: TObject);
     
    7476                                               const Apply: boolean );
    7577begin
     78  LogEvent(LogI18n, 'TNewViewPrintDialog.OnLanguageEvent apply: "' + BoolToStr(Apply) + '"');
    7679  Language.LoadComponentLanguage( self, Apply );
    7780
Note: See TracChangeset for help on using the changeset viewer.