--- trunk/RomCheater.EmuMMAPPlugin/EmuMEMMapDockControl.cs 2013/06/17 10:07:40 691 +++ trunk/RomCheater.EmuMMAPPlugin/EmuMEMMapDockControl.cs 2014/09/16 00:57:18 838 @@ -36,6 +36,7 @@ this.plugin = plugin; InitPluginFramework(); InitializeComponent(); + this.Icon = Core.Properties.Resources.romcheater_icon; CreateMaps(); } private void InitPluginFramework()