@@ -41,7 +41,7 @@ private void ChangeVisualStyle()
4141
4242 private void LoadProperties ( )
4343 {
44- _logController . AddLog ( new ApplicationLog ( "Loading properties" ) ) ;
44+ _logController . AddLog ( new ApplicationLog ( "Loading SettingsWindow properties" ) ) ;
4545
4646 //TODO
4747 //General
@@ -60,7 +60,7 @@ private void LoadProperties()
6060 ChbDisableInactive . IsChecked = Properties . Settings . Default . DisableOnInactive ;
6161 ItbRamMonitorTimeout . Value = Properties . Settings . Default . RamMonitorInterval ;
6262
63- _logController . AddLog ( new ApplicationLog ( "Properties have been loaded " ) ) ;
63+ _logController . AddLog ( new ApplicationLog ( "Done loading SettingsWindow properties " ) ) ;
6464 }
6565
6666 private void SaveProperties ( )
@@ -82,7 +82,7 @@ private void SaveProperties()
8282
8383 _logController . AddLog ( new ApplicationLog ( "Properties have been saved" ) ) ;
8484
85- MessageBox . Show ( "All properties have been saved!" , "MemPlus" , MessageBoxButton . OK , MessageBoxImage . Information ) ;
85+ MessageBox . Show ( "All settings have been saved!" , "MemPlus" , MessageBoxButton . OK , MessageBoxImage . Information ) ;
8686 }
8787
8888 private void ResetSettings ( )
@@ -96,9 +96,9 @@ private void ResetSettings()
9696 _mainWindow . LoadProperties ( ) ;
9797 LoadProperties ( ) ;
9898
99- MessageBox . Show ( "All settings have been reset!" , "MemPlus" , MessageBoxButton . OK , MessageBoxImage . Information ) ;
100-
10199 _logController . AddLog ( new ApplicationLog ( "Properties have been reset" ) ) ;
100+
101+ MessageBox . Show ( "All settings have been reset!" , "MemPlus" , MessageBoxButton . OK , MessageBoxImage . Information ) ;
102102 }
103103
104104 private void BtnReset_OnClick ( object sender , RoutedEventArgs e )
0 commit comments