From: <an...@us...> - 2008-03-13 11:34:39
|
Revision: 1458 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=1458&view=rev Author: and-81 Date: 2008-03-13 04:34:33 -0700 (Thu, 13 Mar 2008) Log Message: ----------- Modified Paths: -------------- trunk/plugins/IR Server Suite/Applications/Translator/Program.cs trunk/plugins/IR Server Suite/Documentation/new.html Modified: trunk/plugins/IR Server Suite/Applications/Translator/Program.cs =================================================================== --- trunk/plugins/IR Server Suite/Applications/Translator/Program.cs 2008-03-13 06:59:52 UTC (rev 1457) +++ trunk/plugins/IR Server Suite/Applications/Translator/Program.cs 2008-03-13 11:34:33 UTC (rev 1458) @@ -148,17 +148,17 @@ } */ - // Setup the main form ... - _mainForm = new MainForm(); - // Setup notify icon ... _notifyIcon = new NotifyIcon(); - _notifyIcon.ContextMenuStrip = new ContextMenuStrip(_mainForm.Container); + _notifyIcon.ContextMenuStrip = new ContextMenuStrip(); _notifyIcon.Icon = Properties.Resources.Icon16Connecting; _notifyIcon.Text = "Translator - Connecting ..."; _notifyIcon.DoubleClick += new EventHandler(ClickSetup); _notifyIcon.Visible = false; + // Setup the main form ... + _mainForm = new MainForm(); + // Start server communications ... bool clientStarted = false; Modified: trunk/plugins/IR Server Suite/Documentation/new.html =================================================================== --- trunk/plugins/IR Server Suite/Documentation/new.html 2008-03-13 06:59:52 UTC (rev 1457) +++ trunk/plugins/IR Server Suite/Documentation/new.html 2008-03-13 11:34:33 UTC (rev 1458) @@ -54,6 +54,7 @@ <LI>Girder Plugin: Fixed the girder plugin to work as an IR receiver. Still haven't completed the blaster/command functions yet.</LI> <LI>Installer: Fixed a registry setting so that Input Service should autoconfigure correctly from now on.</LI> <LI>Direct Input Plugin: Fixed a detection and configuration bug.</LI> +<LI>Translator: Fixed a critical bug.</LI> </UL></P> <BR> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |