From: <an...@us...> - 2007-02-14 14:00:58
|
Revision: 118 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=118&view=rev Author: and-81 Date: 2007-02-14 06:00:52 -0800 (Wed, 14 Feb 2007) Log Message: ----------- Modified Paths: -------------- trunk/plugins/MCEReplacement/Forms/LearnIR.cs trunk/plugins/TV3MceBlaster/Forms/LearnIR.cs Modified: trunk/plugins/MCEReplacement/Forms/LearnIR.cs =================================================================== --- trunk/plugins/MCEReplacement/Forms/LearnIR.cs 2007-02-13 15:50:16 UTC (rev 117) +++ trunk/plugins/MCEReplacement/Forms/LearnIR.cs 2007-02-14 14:00:52 UTC (rev 118) @@ -52,6 +52,7 @@ if (command.Length == 0) { MessageBox.Show(this, "You must supply a name for this IR code", "Missing name", MessageBoxButtons.OK, MessageBoxIcon.Exclamation); + textBoxName.Focus(); return; } Modified: trunk/plugins/TV3MceBlaster/Forms/LearnIR.cs =================================================================== --- trunk/plugins/TV3MceBlaster/Forms/LearnIR.cs 2007-02-13 15:50:16 UTC (rev 117) +++ trunk/plugins/TV3MceBlaster/Forms/LearnIR.cs 2007-02-14 14:00:52 UTC (rev 118) @@ -52,6 +52,7 @@ if (command.Length == 0) { MessageBox.Show(this, "You must supply a name for this IR code", "Missing name", MessageBoxButtons.OK, MessageBoxIcon.Exclamation); + textBoxName.Focus(); return; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |