comparison src/gtkpounce.c @ 12144:d93e6979b77a

[gaim-migrate @ 14445] Fix a conflict in mnemonics I added. I'm going to force SimGuy to write a patch if I've done this wrong again. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sat, 19 Nov 2005 00:34:04 +0000
parents 0c672be21798
children b4d1b142f6cb
comparison
equal deleted inserted replaced
12143:cbebda5f019c 12144:d93e6979b77a
553 dialog->signoff = 553 dialog->signoff =
554 gtk_check_button_new_with_mnemonic(_("Signs o_ff")); 554 gtk_check_button_new_with_mnemonic(_("Signs o_ff"));
555 dialog->away = 555 dialog->away =
556 gtk_check_button_new_with_mnemonic(_("Goes a_way")); 556 gtk_check_button_new_with_mnemonic(_("Goes a_way"));
557 dialog->away_return = 557 dialog->away_return =
558 gtk_check_button_new_with_mnemonic(_("_Returns from away")); 558 gtk_check_button_new_with_mnemonic(_("Ret_urns from away"));
559 dialog->idle = 559 dialog->idle =
560 gtk_check_button_new_with_mnemonic(_("Becomes _Idle")); 560 gtk_check_button_new_with_mnemonic(_("Becomes _Idle"));
561 dialog->idle_return = 561 dialog->idle_return =
562 gtk_check_button_new_with_mnemonic(_("Is _no longer idle")); 562 gtk_check_button_new_with_mnemonic(_("Is _no longer idle"));
563 dialog->typing = 563 dialog->typing =
610 dialog->play_sound 610 dialog->play_sound
611 = gtk_check_button_new_with_mnemonic(_("P_lay a sound")); 611 = gtk_check_button_new_with_mnemonic(_("P_lay a sound"));
612 612
613 dialog->send_msg_entry = gtk_entry_new(); 613 dialog->send_msg_entry = gtk_entry_new();
614 dialog->exec_cmd_entry = gtk_entry_new(); 614 dialog->exec_cmd_entry = gtk_entry_new();
615 dialog->exec_cmd_browse = gtk_button_new_with_mnemonic(_("Br_owse...")); 615 dialog->exec_cmd_browse = gtk_button_new_with_mnemonic(_("B_rowse..."));
616 dialog->play_sound_entry = gtk_entry_new(); 616 dialog->play_sound_entry = gtk_entry_new();
617 dialog->play_sound_browse = gtk_button_new_with_mnemonic(_("Brow_se...")); 617 dialog->play_sound_browse = gtk_button_new_with_mnemonic(_("Br_owse..."));
618 dialog->play_sound_test = gtk_button_new_with_mnemonic(_("Pre_view")); 618 dialog->play_sound_test = gtk_button_new_with_mnemonic(_("Pre_view"));
619 619
620 gtk_widget_set_sensitive(dialog->send_msg_entry, FALSE); 620 gtk_widget_set_sensitive(dialog->send_msg_entry, FALSE);
621 gtk_widget_set_sensitive(dialog->exec_cmd_entry, FALSE); 621 gtk_widget_set_sensitive(dialog->exec_cmd_entry, FALSE);
622 gtk_widget_set_sensitive(dialog->exec_cmd_browse, FALSE); 622 gtk_widget_set_sensitive(dialog->exec_cmd_browse, FALSE);