diff --git a/components/tvplanit/source/vpwavdlg.lfm b/components/tvplanit/source/vpwavdlg.lfm index 058cdb3fe..fbf8a68e5 100644 --- a/components/tvplanit/source/vpwavdlg.lfm +++ b/components/tvplanit/source/vpwavdlg.lfm @@ -12,7 +12,7 @@ object FrmSoundDialog: TFrmSoundDialog OnCreate = FormCreate OnShow = FormShow Position = poScreenCenter - LCLVersion = '1.6.4.0' + LCLVersion = '1.9.0.0' object PageControl1: TPageControl Left = 0 Height = 474 diff --git a/components/tvplanit/source/vpwavdlg.pas b/components/tvplanit/source/vpwavdlg.pas index a988c0a70..e921d2b69 100644 --- a/components/tvplanit/source/vpwavdlg.pas +++ b/components/tvplanit/source/vpwavdlg.pas @@ -133,7 +133,7 @@ begin Label4.Align := alClient; {$IFDEF LCL} {$IF lcl_fullversion >= 1080000} - ShellTreeView.Mask := '*.wav'; + ShellListView.Mask := '*.wav'; {$ENDIF} {$ENDIF} end;