diff --git a/Eve-O-Preview/Presentation/ThumbnailManager.cs b/Eve-O-Preview/Presentation/ThumbnailManager.cs index 00284b7..d79f023 100644 --- a/Eve-O-Preview/Presentation/ThumbnailManager.cs +++ b/Eve-O-Preview/Presentation/ThumbnailManager.cs @@ -36,7 +36,7 @@ namespace EveOPreview.UI this._thumbnailViewFactory = factory; this._activeClientHandle = (IntPtr)0; - this._activeClientTitle = ""; + this._activeClientTitle = "EVE"; this.EnableViewEvents(); this._isHoverEffectActive = false;