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

    r32 r94  
    6767  ControlsUtility,
    6868  ACLDialogs,
    69   ACLStringUtility;
     69  ACLStringUtility,
     70  DebugUnit;
    7071
    7172Procedure TBookmarksForm.BookmarksFormOnSetupShow (Sender: TObject);
     
    8485                                          const Apply: boolean );
    8586begin
     87  LogEvent(LogI18n, 'TBookmarksForm.OnLanguageEvent apply: "' + BoolToStr(Apply) + '"');
    8688  Language.LoadComponentLanguage( self, Apply );
    8789
Note: See TracChangeset for help on using the changeset viewer.