@@ -44,7 +44,7 @@ public void GetAssets() {
4444 } else {
4545 parentForm . PrintToConsole ( "No assets found!" ) ;
4646 parentForm . SetProgress ( 0 ) ;
47- MessageBox . Show ( "No assets could be found!" , "Alert" , MessageBoxButton . OK , MessageBoxImage . Information ) ;
47+ MessageBox . Show ( "No assets could be found!" , "Alert" , MessageBoxButton . OK , MessageBoxImage . Warning ) ;
4848 return ;
4949 }
5050 foreach ( string asset in assets ) {
@@ -134,7 +134,7 @@ public void CopyFiles() {
134134 //player.Play();
135135
136136 parentForm . PrintToConsole ( "\n Asset move completed." ) ;
137- MessageBox . Show ( "Content successfully moved!" , "Complete" , MessageBoxButton . OK , MessageBoxImage . None ) ;
137+ MessageBox . Show ( "Content successfully moved!" , "Complete" , MessageBoxButton . OK , MessageBoxImage . Information ) ;
138138 parentForm . SetCheckBoxEnabled ( true ) ;
139139 }
140140 }
@@ -157,8 +157,8 @@ public void PackVPK() {
157157
158158 //SoundPlayer player = new SoundPlayer(Properties.Resources.steam_message);
159159 //player.Play();
160- parentForm . PrintToConsole ( "\n Asset pack completed." ) ;
161- MessageBox . Show ( "Map Successfully packed!" , "Complete" , MessageBoxButton . OK , MessageBoxImage . None ) ;
160+ parentForm . PrintToConsole ( "\n Asset pack completed.\n " ) ;
161+ MessageBox . Show ( "Map Successfully packed!" , "Complete" , MessageBoxButton . OK , MessageBoxImage . Information ) ;
162162 parentForm . SetCheckBoxEnabled ( true ) ;
163163 }
164164
0 commit comments