Two small changes related to rebranding.

This commit is contained in:
MascaraSnake 2016-01-02 14:20:40 +01:00
parent 4540a9b59d
commit 09a08d2363
2 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("CodeImp, MaxED, MascaraSnake")] [assembly: AssemblyCompany("CodeImp, MaxED, MascaraSnake")]
[assembly: AssemblyProduct("Zone Builder")] [assembly: AssemblyProduct("Zone Builder")]
[assembly: AssemblyCopyright("Copyright © 2007, 2015")] [assembly: AssemblyCopyright("Copyright © 2007, 2016")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]

View file

@ -1254,9 +1254,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 'Synhcronise selection between Visual and Classic modes' setting."; description = "Switches to the visual editing mode. Hold Shift key to invert 'Synhcronise selection between Visual and Classic modes' setting.";
allowkeys = true; allowkeys = true;
allowmouse = true; allowmouse = true;
allowscroll = true; allowscroll = true;