nhbell() -- Beep at user. [This will exist at least until sounds are redone, since sounds aren't attributable to windows anyway.] */
| 982 | anyway.] |
| 983 | */ |
| 984 | void |
| 985 | gnome_nhbell() |
| 986 | { |
| 987 | /* FIXME!!! Play a cool GNOME sound instead */ |
| 988 | gdk_beep(); |
| 989 | } |
| 990 | |
| 991 | /* |
| 992 | doprev_message() |