comparison src/dialogs.c @ 3159:fce1883cc608

[gaim-migrate @ 3175] new shortcuts: Ctrl-- Decrease Font Size Ctrl-= Increase Font Size Ctrl-0 Normal Font Size Ctrl-F Select Font Ctrl-C Text Color Ctrl-W Close IM/Chat Window (or Tab, if using tabbed conversations) Ctrl-N New IM/Chat Tab (if using tabbed conversations) Ctrl-Z Minimize (Iconify) IM/Chat Window -As suggested by Shreedeep K Bhachech committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sat, 20 Apr 2002 08:10:13 +0000
parents 0697a3ad9f3b
children 389ed797f396
comparison
equal deleted inserted replaced
3158:ea6f8d8d74e5 3159:fce1883cc608
3216 } 3216 }
3217 3217
3218 void insert_smiley_text(GtkWidget *widget, struct conversation *c) 3218 void insert_smiley_text(GtkWidget *widget, struct conversation *c)
3219 { 3219 {
3220 char *smiley_text; 3220 char *smiley_text;
3221 int i;
3222 3221
3223 smiley_text = strdup(current_smiley); 3222 smiley_text = strdup(current_smiley);
3224 3223
3225 /* surround(c->entry, smiley_text, ""); */ 3224 /* surround(c->entry, smiley_text, ""); */
3226 3225