Disable annoying 'beep' when pressing enter in the url bar. Not part of the build.

git-svn-id: svn://10.0.0.236/trunk@142892 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jst%netscape.com
2003-05-24 07:28:50 +00:00
parent 16f181704d
commit 3cbe547288

View File

@@ -175,6 +175,7 @@ namespace MSDotNETCSEmbed
{
case '\r':
gecko1.OpenURL(urlBar.Text);
e.Handled = true;
break;
}
}