From 9c85635ff0982ff27c39cc12d8c666aa9303be8c Mon Sep 17 00:00:00 2001 From: biwa <6475593+biwa@users.noreply.github.com> Date: Sun, 1 Nov 2020 18:33:19 +0100 Subject: [PATCH] More renaming GZDB Visual Mode to just Visual Mode The exception dialog now correctly states that it's UDB and not GZDB --- Source/Core/Windows/ExceptionDialog.cs | 2 +- Source/Plugins/BuilderModes/Resources/Actions.cfg | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/Core/Windows/ExceptionDialog.cs b/Source/Core/Windows/ExceptionDialog.cs index fd133444..3edfdd39 100755 --- a/Source/Core/Windows/ExceptionDialog.cs +++ b/Source/Core/Windows/ExceptionDialog.cs @@ -168,7 +168,7 @@ namespace CodeImp.DoomBuilder.Windows } // 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; return result; diff --git a/Source/Plugins/BuilderModes/Resources/Actions.cfg b/Source/Plugins/BuilderModes/Resources/Actions.cfg index 987f7ef7..a0e18d65 100755 --- a/Source/Plugins/BuilderModes/Resources/Actions.cfg +++ b/Source/Plugins/BuilderModes/Resources/Actions.cfg @@ -1350,9 +1350,9 @@ matchbrightness //mxd. moved from GZDoomEditing plugin gzdbvisualmode { - title = "GZDB Visual Mode"; + title = "Visual Mode"; 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; allowmouse = true; allowscroll = true;