IDE: fixed resetting duplicate build mode name

git-svn-id: trunk@41524 -
This commit is contained in:
mattias 2013-06-04 06:17:03 +00:00
parent b52a9df8e6
commit 6cf5244264
2 changed files with 2 additions and 0 deletions

View File

@ -402,6 +402,7 @@ begin
IDEMessageDialog(lisDuplicateEntry,
lisThereIsAlreadyABuildModeWithThisName, mtError, [mbCancel]);
NewValue:=CurMode.Identifier;
exit;
end;
end;
BuildModes.RenameMatrixMode(CurMode.Identifier,s);

View File

@ -24,6 +24,7 @@
Options frame for build mode matrix options.
ToDo:
- do not apply matrix options to makefile
- wiki
- undo: combine changes while editing a cell
- remove old frame (idemacrovalues.pas,lfm)