FIX: Add unit "uvariablemenusupport" in project files list.

This commit is contained in:
Denis Bisson 2019-01-01 21:50:17 +00:00
commit ea4340a1ae
2 changed files with 8 additions and 4 deletions

View file

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

View file

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