comparison src/gtkpounce.c @ 12186:b4d1b142f6cb

[gaim-migrate @ 14488] Is this better? I think it's what Outlook uses! committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 22 Nov 2005 04:47:13 +0000
parents d93e6979b77a
children fb89d3a31c19
comparison
equal deleted inserted replaced
12185:c42e2720fe7b 12186:b4d1b142f6cb
696 g_signal_connect(G_OBJECT(dialog->play_sound_entry), "activate", 696 g_signal_connect(G_OBJECT(dialog->play_sound_entry), "activate",
697 G_CALLBACK(save_pounce_cb), dialog); 697 G_CALLBACK(save_pounce_cb), dialog);
698 698
699 /* Now the last part, where we have the Save checkbox */ 699 /* Now the last part, where we have the Save checkbox */
700 dialog->save_pounce = gtk_check_button_new_with_mnemonic( 700 dialog->save_pounce = gtk_check_button_new_with_mnemonic(
701 _("_Keep this pounce after the first time it runs")); 701 _("_Recurring"));
702 702
703 gtk_box_pack_start(GTK_BOX(vbox2), dialog->save_pounce, FALSE, FALSE, 0); 703 gtk_box_pack_start(GTK_BOX(vbox2), dialog->save_pounce, FALSE, FALSE, 0);
704 704
705 /* Now the button box! */ 705 /* Now the button box! */
706 bbox = gtk_hbutton_box_new(); 706 bbox = gtk_hbutton_box_new();