Skip to content

Commit

Permalink
Merge pull request #9 from Ianvdl/master
Browse files Browse the repository at this point in the history
Icon Fix re: issue #4
  • Loading branch information
davkean committed Dec 30, 2014
2 parents c7aa191 + 1746e28 commit 118fb75
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 2 deletions.
Expand Up @@ -30,7 +30,7 @@ public string Title

public Icon Icon
{
get { return Resources.Headphones; }
get { return Resources.HeadphonesTrayIcon; }
}

public void Run()
Expand Down
Binary file modified src/AudioSwitcher/Images/Headphones.ico
Binary file not shown.
Binary file added src/AudioSwitcher/Images/HeadphonesTray.ico
Binary file not shown.
12 changes: 11 additions & 1 deletion src/AudioSwitcher/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions src/AudioSwitcher/Resources.resx
Expand Up @@ -151,6 +151,9 @@
<data name="Headphones" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Images\Headphones.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="HeadphonesTrayIcon" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Images\HeadphonesTray.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Microphone" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Images\Microphone.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
Expand Down

0 comments on commit 118fb75

Please sign in to comment.