From 6d2e6405c6c4b3d8a13fb10068afaec954b10607 Mon Sep 17 00:00:00 2001 From: Steve Sharp Date: Sun, 18 Dec 2022 19:14:04 +0000 Subject: [PATCH] updated version number --- SMT/MainWindow.xaml.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/SMT/MainWindow.xaml.cs b/SMT/MainWindow.xaml.cs index acd4710a..6deb0aef 100644 --- a/SMT/MainWindow.xaml.cs +++ b/SMT/MainWindow.xaml.cs @@ -28,7 +28,7 @@ namespace SMT /// public partial class MainWindow : Window { - public const string SMT_VERSION = "SMT_114"; + public const string SMT_VERSION = "SMT_115"; public static MainWindow AppWindow; private LogonWindow logonBrowserWindow; @@ -63,7 +63,7 @@ public MainWindow() InitializeComponent(); - Title = "SMT (photon enabled : " + SMT_VERSION + ")"; + Title = "SMT (null is purple : " + SMT_VERSION + ")"; // Load the Dock Manager Layout file string dockManagerLayoutName = Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments) + "\\SMT\\" + SMT_VERSION + "\\Layout.dat"; @@ -124,6 +124,7 @@ public MainWindow() // if we want to re-build the data as we've changed the format, recreate it all from scratch bool initFromScratch = false; + if (initFromScratch) { EVEManager.CreateFromScratch();