tvplanit: Fix typo in previous commit

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5881 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2017-05-19 23:30:26 +00:00
parent 1936a80692
commit 795bda1357
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -133,7 +133,7 @@ begin
Label4.Align := alClient;
{$IFDEF LCL}
{$IF lcl_fullversion >= 1080000}
ShellTreeView.Mask := '*.wav';
ShellListView.Mask := '*.wav';
{$ENDIF}
{$ENDIF}
end;