IDE: enabled add directory to package dialog

git-svn-id: trunk@16194 -
This commit is contained in:
mattias 2008-08-23 10:02:28 +00:00
parent e9ef3a058f
commit b695b0c03c
3 changed files with 3 additions and 5 deletions

View File

@ -83,7 +83,7 @@ Const
KeyDescription = 'Description';
KeyRecurse = 'Recurse';
KeyExclude = 'Exclude';
varprefixstr = '__'; // subtitution pattern is "__varname__"
varprefixstr = '__'; // subtitution pattern is "__varname__"
varpostfixstr = '__';

View File

@ -1,5 +1,5 @@
<?xml version="1.0"?>
<CONFIG Name="IDE windows and dialogs" Path="IDE_Window:_" ChildCount="51">
<CONFIG Name="IDE windows and dialogs" Path="IDE_Window:_" ChildCount="52">
<Node1 Name="TObjectInspector" Path="Object_Inspector" HasHelp="True"/>
<Node2 Name="TfrmCompilerOptions" Path="Compiler_Options" HasHelp="True" ChildCount="1">
<Node1 Name="MainNotebook" ChildCount="7">
@ -94,4 +94,5 @@
<Node49 Name="TNewOtherDialog" Path="New_Item" HasHelp="True"/>
<Node50 Name="TObjectInspectorDlg" Path="TObjectInspectorDlg" HasHelp="True"/>
<Node51 Name="TFPDocEditor" Path="FPDoc_Editor" HasHelp="True"/>
<Node52 Name="TAddDirToPkgDialog" Path="Add_directory_to_package" HasHelp="True"/>
</CONFIG>

View File

@ -1393,9 +1393,6 @@ begin
FilesBrowseButton.Caption:=lisPathEditBrowse;
FilesDirButton.Caption:=lisAddDirectory;
{$IFNDEF EnableA2PDirectoryButton}
FilesDirButton.Visible:=false;
{$ENDIF}
with FilesShortenButton do begin
Caption:=lisA2PSwitchPaths;