diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-06-03 01:28:37 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-06-03 01:28:37 -0400 |
| commit | d8f04f1b74524ab4f92770a9cf19fe40754f64c5 (patch) | |
| tree | 1bd8de01cadc0689846d59712c7f687ee0723061 /MediaBrowser.ServerApplication/ServerNotifyIcon.cs | |
| parent | 6f7d7e61b911518aadcd6dc0b061d0eafd8a7acf (diff) | |
update server icon
Diffstat (limited to 'MediaBrowser.ServerApplication/ServerNotifyIcon.cs')
| -rw-r--r-- | MediaBrowser.ServerApplication/ServerNotifyIcon.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.ServerApplication/ServerNotifyIcon.cs b/MediaBrowser.ServerApplication/ServerNotifyIcon.cs index 3c5ed6e54..725720731 100644 --- a/MediaBrowser.ServerApplication/ServerNotifyIcon.cs +++ b/MediaBrowser.ServerApplication/ServerNotifyIcon.cs @@ -74,7 +74,7 @@ namespace MediaBrowser.ServerApplication // notifyIcon1 // notifyIcon1.ContextMenuStrip = contextMenuStrip1; - notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon"))); + notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); notifyIcon1.Text = "Emby"; notifyIcon1.Visible = true; // |
