comparison finch/gntui.c @ 19117:907c41608ada

Added Sounds to the actions list Built a prototype for the Sounds config dialog
author Eric Polino <aluink@pidgin.im>
date Wed, 27 Jun 2007 20:19:09 +0000
parents 1cb69ea47a6e
children e1751162ab1f 315151da0dc6
comparison
equal deleted inserted replaced
19116:992afeb1d40f 19117:907c41608ada
82 gnt_register_action(_("Buddy List"), finch_blist_show); 82 gnt_register_action(_("Buddy List"), finch_blist_show);
83 gnt_register_action(_("Buddy Pounces"), finch_pounces_manager_show); 83 gnt_register_action(_("Buddy Pounces"), finch_pounces_manager_show);
84 gnt_register_action(_("Debug Window"), finch_debug_window_show); 84 gnt_register_action(_("Debug Window"), finch_debug_window_show);
85 gnt_register_action(_("File Transfers"), finch_xfer_dialog_show); 85 gnt_register_action(_("File Transfers"), finch_xfer_dialog_show);
86 gnt_register_action(_("Plugins"), finch_plugins_show_all); 86 gnt_register_action(_("Plugins"), finch_plugins_show_all);
87 gnt_register_action(_("Sounds"), finch_sounds_show_all);
87 gnt_register_action(_("Preferences"), finch_prefs_show_all); 88 gnt_register_action(_("Preferences"), finch_prefs_show_all);
88 gnt_register_action(_("Statuses"), finch_savedstatus_show_all); 89 gnt_register_action(_("Statuses"), finch_savedstatus_show_all);
89 90
90 #ifdef STANDALONE 91 #ifdef STANDALONE
91 92