You've already forked lazarus-ccr
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:
@ -12,7 +12,7 @@ object FrmSoundDialog: TFrmSoundDialog
|
|||||||
OnCreate = FormCreate
|
OnCreate = FormCreate
|
||||||
OnShow = FormShow
|
OnShow = FormShow
|
||||||
Position = poScreenCenter
|
Position = poScreenCenter
|
||||||
LCLVersion = '1.6.4.0'
|
LCLVersion = '1.9.0.0'
|
||||||
object PageControl1: TPageControl
|
object PageControl1: TPageControl
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 474
|
Height = 474
|
||||||
|
@ -133,7 +133,7 @@ begin
|
|||||||
Label4.Align := alClient;
|
Label4.Align := alClient;
|
||||||
{$IFDEF LCL}
|
{$IFDEF LCL}
|
||||||
{$IF lcl_fullversion >= 1080000}
|
{$IF lcl_fullversion >= 1080000}
|
||||||
ShellTreeView.Mask := '*.wav';
|
ShellListView.Mask := '*.wav';
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
end;
|
end;
|
||||||
|
Reference in New Issue
Block a user