diff options
author | Cody Russell <cody@jhu.edu> | 2007-10-26 20:02:41 +0000 |
---|---|---|
committer | Cody Russell <bratsche@src.gnome.org> | 2007-10-26 20:02:41 +0000 |
commit | 2c47ed91d70bae327c2889302c944112037cd066 (patch) | |
tree | 64c6cfeae9db519518dbd3dcb562535637034d86 /modules/engines | |
parent | 00481dd67c4b725f9a9b8423a9d0c0ea7b015a72 (diff) | |
download | gtk+-2c47ed91d70bae327c2889302c944112037cd066.tar.gz |
Disable beeps when backspacing in textviews by default on Win32 systems.
2007-10-26 Cody Russell <cody@jhu.edu>
* modules/engines/ms-windows/Theme/gtk-2.0/gtkrc:
Disable beeps when backspacing in textviews by default on
Win32 systems. (#490624, Daniel Atallah)
svn path=/trunk/; revision=18950
Diffstat (limited to 'modules/engines')
-rwxr-xr-x | modules/engines/ms-windows/Theme/gtk-2.0/gtkrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/engines/ms-windows/Theme/gtk-2.0/gtkrc b/modules/engines/ms-windows/Theme/gtk-2.0/gtkrc index a5406a750c..7e8bc6452c 100755 --- a/modules/engines/ms-windows/Theme/gtk-2.0/gtkrc +++ b/modules/engines/ms-windows/Theme/gtk-2.0/gtkrc @@ -14,6 +14,9 @@ gtk-alternative-button-order = 1 # use the win32 sort indicators direction, as in Explorer gtk-alternative-sort-arrows = 1 +# Windows users don't expect the PC Speaker beeping at them when they backspace in an empty textview and stuff like that +gtk-error-bell = 0 + style "msw-default" { GtkWidget::interior-focus = 1 |