mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Add unit "uvariablemenusupport" in project files list.
This commit is contained in:
parent
f8971ab5cf
commit
ea4340a1ae
2 changed files with 8 additions and 4 deletions
|
|
@ -284,7 +284,7 @@ end;"/>
|
|||
<MinVersion Minor="3" Valid="True"/>
|
||||
</Item12>
|
||||
</RequiredPackages>
|
||||
<Units Count="248">
|
||||
<Units Count="249">
|
||||
<Unit0>
|
||||
<Filename Value="doublecmd.lpr"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
|
|
@ -1795,6 +1795,11 @@ end;"/>
|
|||
<ResourceBaseClass Value="Frame"/>
|
||||
<UnitName Value="fOptionsFilesViewsComplement"/>
|
||||
</Unit247>
|
||||
<Unit248>
|
||||
<Filename Value="uvariablemenusupport.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<UnitName Value="uVariableMenuSupport"/>
|
||||
</Unit248>
|
||||
</Units>
|
||||
</ProjectOptions>
|
||||
<CompilerOptions>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
-------------------------------------------------------------------------
|
||||
Support for popup menu to help to enter variable parameters.
|
||||
|
||||
Copyright (C) 2015-2017 Alexander Koblov (alexx2000@mail.ru)
|
||||
Copyright (C) 2015-2018 Alexander Koblov (alexx2000@mail.ru)
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
|
@ -16,8 +16,7 @@
|
|||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
}
|
||||
|
||||
unit uVariableMenuSupport;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue