mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-23 00:59:19 +02:00
IDE: enabled add directory to package dialog
git-svn-id: trunk@16194 -
This commit is contained in:
parent
e9ef3a058f
commit
b695b0c03c
@ -83,7 +83,7 @@ Const
|
||||
KeyDescription = 'Description';
|
||||
KeyRecurse = 'Recurse';
|
||||
KeyExclude = 'Exclude';
|
||||
varprefixstr = '__'; // subtitution pattern is "__varname__"
|
||||
varprefixstr = '__'; // subtitution pattern is "__varname__"
|
||||
varpostfixstr = '__';
|
||||
|
||||
|
||||
|
@ -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>
|
||||
|
@ -1393,9 +1393,6 @@ begin
|
||||
|
||||
FilesBrowseButton.Caption:=lisPathEditBrowse;
|
||||
FilesDirButton.Caption:=lisAddDirectory;
|
||||
{$IFNDEF EnableA2PDirectoryButton}
|
||||
FilesDirButton.Visible:=false;
|
||||
{$ENDIF}
|
||||
|
||||
with FilesShortenButton do begin
|
||||
Caption:=lisA2PSwitchPaths;
|
||||
|
Loading…
Reference in New Issue
Block a user