# HG changeset patch # User moel.mich # Date 1309000014 0 # Node ID f6db7258890e80d7dd70cd0cb6309dbaa6533694 # Parent 44c0e7f76e9e024a6c8a7da442934bde676191b8 Add a text (Open Hardware Monitor) to the main system tray icon to simplify identification. diff -r 44c0e7f76e9e -r f6db7258890e GUI/SystemTray.cs --- a/GUI/SystemTray.cs Wed Jun 22 22:36:17 2011 +0000 +++ b/GUI/SystemTray.cs Sat Jun 25 11:06:54 2011 +0000 @@ -16,7 +16,7 @@ The Initial Developer of the Original Code is Michael Möller . - Portions created by the Initial Developer are Copyright (C) 2009-2010 + Portions created by the Initial Developer are Copyright (C) 2009-2011 the Initial Developer. All Rights Reserved. Contributor(s): @@ -76,6 +76,7 @@ SendHideShowCommand(); }; this.mainIcon.Icon = EmbeddedResources.GetIcon("smallicon.ico"); + this.mainIcon.Text = "Open Hardware Monitor"; } private void HardwareRemoved(IHardware hardware) {