--- trunk/RomCheater.RVACheatList/CheatInputDialog.cs 2014/09/16 21:32:29 857 +++ trunk/RomCheater.RVACheatList/CheatInputDialog.cs 2014/09/17 05:56:41 892 @@ -19,7 +19,6 @@ namespace RomCheater.RVACheatList public CheatInputDialog() { InitializeComponent(); - this.Icon = Core.Properties.Resources.romcheater_icon; this.CheatName = string.Empty; this.CheatAddress = 0; } |