mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-23 04:12:12 +00:00
More renaming GZDB Visual Mode to just Visual Mode
The exception dialog now correctly states that it's UDB and not GZDB
This commit is contained in:
parent
15772da839
commit
9c85635ff0
2 changed files with 3 additions and 3 deletions
|
@ -168,7 +168,7 @@ namespace CodeImp.DoomBuilder.Windows
|
||||||
}
|
}
|
||||||
|
|
||||||
// Get GZDB version
|
// Get GZDB version
|
||||||
result += "GZDB: R" + General.ThisAssembly.GetName().Version.Revision + Environment.NewLine;
|
result += "UDB: R" + General.ThisAssembly.GetName().Version.Revision + Environment.NewLine;
|
||||||
result += "Platform: " + (Environment.Is64BitProcess ? "x64" : "x86") + Environment.NewLine + Environment.NewLine;
|
result += "Platform: " + (Environment.Is64BitProcess ? "x64" : "x86") + Environment.NewLine + Environment.NewLine;
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
|
|
|
@ -1350,9 +1350,9 @@ matchbrightness
|
||||||
//mxd. moved from GZDoomEditing plugin
|
//mxd. moved from GZDoomEditing plugin
|
||||||
gzdbvisualmode
|
gzdbvisualmode
|
||||||
{
|
{
|
||||||
title = "GZDB Visual Mode";
|
title = "Visual Mode";
|
||||||
category = "modes";
|
category = "modes";
|
||||||
description = "Switches to the (G)ZDoom visual editing mode. Hold Shift key to invert 'Synhcronize selection between Visual and Classic modes' setting. Hold Control key to disable position synchronization when 'Synchronize camera position between 2D and 3D modes' Preferences option is enabled.";
|
description = "Switches to the visual editing mode. Hold Shift key to invert 'Synhcronize selection between Visual and Classic modes' setting. Hold Control key to disable position synchronization when 'Synchronize camera position between 2D and 3D modes' Preferences option is enabled.";
|
||||||
allowkeys = true;
|
allowkeys = true;
|
||||||
allowmouse = true;
|
allowmouse = true;
|
||||||
allowscroll = true;
|
allowscroll = true;
|
||||||
|
|
Loading…
Reference in a new issue