forked from AuroraMiddleware/gtk
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
This commit is contained in:
parent
00481dd67c
commit
2c47ed91d7
@ -1,3 +1,9 @@
|
||||
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)
|
||||
|
||||
2007-10-26 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtktextbtree.c (_gtk_text_btree_char_is_invisible):
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user