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

This commit is contained in:
jst%netscape.com 2003-05-24 07:28:50 +00:00
Родитель 438e62499b
Коммит abdc54e48b
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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