From 101f0908a427627497288de2b26d7d20828c476e Mon Sep 17 00:00:00 2001 From: Steve Sharp Date: Sat, 4 Jun 2022 17:58:00 +0100 Subject: [PATCH] updated title --- MainWindow.xaml.cs | 2 +- SMT.csproj | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/MainWindow.xaml.cs b/MainWindow.xaml.cs index 3e68a3c8..38a2f28e 100644 --- a/MainWindow.xaml.cs +++ b/MainWindow.xaml.cs @@ -53,7 +53,7 @@ public MainWindow() InitializeComponent(); - Title = "SMT (Powered by Plastic Support : " + SMT_VERSION + ")"; + Title = "SMT (a new step : " + SMT_VERSION + ")"; // Load the Dock Manager Layout file string dockManagerLayoutName = Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments) + "\\SMT\\" + SMT_VERSION + "\\Layout.dat"; diff --git a/SMT.csproj b/SMT.csproj index 59705e69..b28fd428 100644 --- a/SMT.csproj +++ b/SMT.csproj @@ -4,8 +4,7 @@ AnyCPU WinExe false - publish\ - true + publish\true Disk false Foreground