diff --git a/Sic08.sln b/SicAutoGE.sln similarity index 100% rename from Sic08.sln rename to SicAutoGE.sln diff --git a/SicSetup/Sic_Setup/CVD.nsi b/SicSetup/Sic_Setup/CVD.nsi index dbae47b9..472c201c 100644 --- a/SicSetup/Sic_Setup/CVD.nsi +++ b/SicSetup/Sic_Setup/CVD.nsi @@ -14,7 +14,7 @@ ;Name and file Name "Sic ${ver1}.${ver2}.${ver3}.${ver4}" - OutFile "Sic08_Setup_v${ver1}.${ver2}.${ver3}.${ver4}.exe" + OutFile "Sic_Auto_GE_Setup_v${ver1}.${ver2}.${ver3}.${ver4}.exe" ;Default installation folder ;InstallDir "$LOCALAPPDATA\Modern UI Test" diff --git a/SicUI/MainViewModel.cs b/SicUI/MainViewModel.cs index cc3225ec..afe1fc5b 100644 --- a/SicUI/MainViewModel.cs +++ b/SicUI/MainViewModel.cs @@ -875,7 +875,7 @@ namespace SicUI.Client protected override void OnInitialize() { //display system version or other info... - this.DisplayName = "Sic"; + this.DisplayName = "Sic Auto-GE"; base.OnInitialize(); this.StartTimer(); diff --git a/SicUI/Splash.xaml b/SicUI/Splash.xaml index cd1ab518..e1313532 100644 --- a/SicUI/Splash.xaml +++ b/SicUI/Splash.xaml @@ -28,7 +28,13 @@ FontSize="12" Margin="78,0,0,132" Width="674"/> - +