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

    r33 r94  
    140140  ACLUtility,
    141141  ControlsUtility,
    142   FileDialogForm;
     142  FileDialogForm,
     143  DebugUnit,
     144  StringUtilsUnit;
    143145
    144146Procedure TOptionsForm.OptionsFormOnSetupShow (Sender: TObject);
     
    197199  ColorItemName: string;
    198200begin
     201  LogEvent(LogI18n, 'TOptionsForm.OnLanguageEvent apply: "' + BoolToStr(Apply) + '"');
    199202  Language.LoadComponentLanguage( self, Apply );
    200203
Note: See TracChangeset for help on using the changeset viewer.