mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-01-18 22:41:46 +00:00
@ renamed Tag Range action
This commit is contained in:
parent
bd18bd2706
commit
6f17b98b6b
2 changed files with 6 additions and 6 deletions
|
@ -89,9 +89,9 @@ namespace CodeImp.DoomBuilder.TagRange
|
|||
base.OnEditEngage(oldmode, newmode);
|
||||
toolsform.UpdateButton();
|
||||
}
|
||||
|
||||
[BeginAction("rangetagselectedsectors")]
|
||||
private void RangeTagSelectedSectors()
|
||||
|
||||
[BeginAction("rangetagselection")]
|
||||
private void RangeTagSelection()
|
||||
{
|
||||
TagRangeForm f = new TagRangeForm();
|
||||
f.Setup();
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
|
||||
rangetagselectedsectors
|
||||
rangetagselection
|
||||
{
|
||||
title = "Tag Range Sectors";
|
||||
title = "Tag Range";
|
||||
category = "classic";
|
||||
description = "Allows giving a range of tags to a selection of sectors.";
|
||||
description = "Allows giving a range of tags to a selection of sectors, linedefs or things.";
|
||||
allowkeys = true;
|
||||
allowmouse = true;
|
||||
allowscroll = true;
|
||||
|
|
Loading…
Reference in a new issue