Skip to content

Commit

Permalink
updated title
Browse files Browse the repository at this point in the history
  • Loading branch information
BitBaboonSteve committed Jun 4, 2022
1 parent ffd70cc commit 101f090
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
3 changes: 1 addition & 2 deletions SMT.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<OutputType>WinExe</OutputType>
<IsWebBootstrapper>false</IsWebBootstrapper>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<PublishUrl>publish\</PublishUrl><Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
Expand Down

0 comments on commit 101f090

Please sign in to comment.