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:
@@ -175,6 +175,7 @@ namespace MSDotNETCSEmbed
|
||||
{
|
||||
case '\r':
|
||||
gecko1.OpenURL(urlBar.Text);
|
||||
e.Handled = true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user