Minor change to title of console window

This commit is contained in:
Matt Nadareski
2016-04-18 22:47:29 -07:00
parent 6b3e4f4f49
commit ebda941d29

View File

@@ -37,7 +37,7 @@ namespace SabreTools.Helper
// Set the console to ready state
Console.SetBufferSize(Console.BufferWidth, 999);
Console.Title = name + " " + Build.Version;
Console.Title = "SabreTools-" + name + " " + Build.Version;
ConsoleColor formertext = Console.ForegroundColor;
ConsoleColor formerback = Console.BackgroundColor;
Console.ForegroundColor = ConsoleColor.Yellow;