Revision: 519
http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=519&view=rev
Author: and-81
Date: 2007-06-12 08:14:12 -0700 (Tue, 12 Jun 2007)
Log Message:
-----------
Modified Paths:
--------------
trunk/plugins/IR Server Suite/Applications/IR Server/Config.cs
Modified: trunk/plugins/IR Server Suite/Applications/IR Server/Config.cs
===================================================================
--- trunk/plugins/IR Server Suite/Applications/IR Server/Config.cs 2007-06-12 14:41:04 UTC (rev 518)
+++ trunk/plugins/IR Server Suite/Applications/IR Server/Config.cs 2007-06-12 15:14:12 UTC (rev 519)
@@ -194,7 +194,8 @@
SourceGrid.Cells.Controllers.CustomEvents nameCellController = new SourceGrid.Cells.Controllers.CustomEvents();
nameCellController.DoubleClick += new EventHandler(PluginDoubleClick);
nameCell.AddController(nameCellController);
-
+
+ nameCell.AddController(new SourceGrid.Cells.Controllers.ToolTipText());
nameCell.ToolTipText = string.Format("{0}\nVersion: {1}\nAuthor: {2}\n{3}", transceiver.Name, transceiver.Version, transceiver.Author, transceiver.Description);
gridPlugins[row, 0] = nameCell;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|