Mercurial > pidgin
comparison src/prefs.c @ 1385:cc705ee087cb
[gaim-migrate @ 1395]
la
committer: Tailor Script <tailor@pidgin.im>
| author | Rob Flynn <gaim@robflynn.com> |
|---|---|
| date | Fri, 05 Jan 2001 08:40:32 +0000 |
| parents | 1bbdebd66afd |
| children | 815e3000467e |
comparison
equal
deleted
inserted
replaced
| 1384:847b5e39a552 | 1385:cc705ee087cb |
|---|---|
| 1096 | 1096 |
| 1097 hbox = gtk_hbox_new(FALSE, 5); | 1097 hbox = gtk_hbox_new(FALSE, 5); |
| 1098 gtk_box_pack_start(GTK_BOX(box), hbox, FALSE, FALSE, 5); | 1098 gtk_box_pack_start(GTK_BOX(box), hbox, FALSE, FALSE, 5); |
| 1099 gtk_widget_show(hbox); | 1099 gtk_widget_show(hbox); |
| 1100 | 1100 |
| 1101 label = gtk_label_new(_("Command to play sound files (%s for filename; internal if empty):")); | 1101 label = gtk_label_new(_("Command to play sound files (%s for filename; internal if empty)")); |
| 1102 | 1102 |
| 1103 gtk_box_pack_start(GTK_BOX(hbox), label, FALSE, FALSE, 5); | 1103 gtk_box_pack_start(GTK_BOX(hbox), label, FALSE, FALSE, 5); |
| 1104 gtk_widget_show(label); | 1104 gtk_widget_show(label); |
| 1105 | 1105 |
| 1106 sndcmd = gtk_entry_new(); | 1106 sndcmd = gtk_entry_new(); |
