Mercurial > pidgin
diff src/prefs.c @ 3168:255155a1b190
[gaim-migrate @ 3184]
Make Ctrl-W optional for people who like to use it to delete words.
Rob's buying a hose clamp.
committer: Tailor Script <tailor@pidgin.im>
| author | Sean Egan <seanegan@gmail.com> |
|---|---|
| date | Thu, 25 Apr 2002 05:57:45 +0000 |
| parents | 359b4cd0e766 |
| children | 3d2d57dba56b |
line wrap: on
line diff
--- a/src/prefs.c Thu Apr 25 05:48:20 2002 +0000 +++ b/src/prefs.c Thu Apr 25 05:57:45 2002 +0000 @@ -681,6 +681,7 @@ gaim_button(_("Enter sends message"), &convo_options, OPT_CONVO_ENTER_SENDS, vbox); gaim_button(_("Control-Enter sends message"), &convo_options, OPT_CONVO_CTL_ENTER, vbox); gaim_button(_("Escape closes window"), &convo_options, OPT_CONVO_ESC_CAN_CLOSE, vbox); + gaim_button(_("Control-W closes window"), &convo_options, OPT_CONVO_CTL_W_CLOSES, vbox); vbox = gtk_vbox_new(TRUE, 5); gtk_box_pack_start(GTK_BOX(hbox), vbox, TRUE, TRUE, 5);
