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/InformationFormUnit.pas

    r33 r94  
    3535
    3636Uses
    37   ControlsUtility;
     37  ControlsUtility,
     38  DebugUnit,
     39  StringUtilsUnit;
    3840
    3941Procedure TInformationForm.InformationFormOnSetupShow (Sender: TObject);
     
    6062                                            const Apply: boolean );
    6163begin
     64  LogEvent(LogI18n, 'TInformationForm.OnLanguageEvent apply: "' + BoolToStr(Apply) + '"');
    6265  Language.LoadComponentLanguage( self, Apply );
    6366end;
Note: See TracChangeset for help on using the changeset viewer.