Set default ActiveClientName to 'EVE'

This commit is contained in:
Anton Kasyanov
2016-06-05 21:15:21 +03:00
parent 5b768579ca
commit 3192e2f703

View File

@@ -36,7 +36,7 @@ namespace EveOPreview.UI
this._thumbnailViewFactory = factory;
this._activeClientHandle = (IntPtr)0;
this._activeClientTitle = "";
this._activeClientTitle = "EVE";
this.EnableViewEvents();
this._isHoverEffectActive = false;