diff 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
line wrap: on
line diff
--- a/finch/gntui.c	Wed Jun 27 02:51:00 2007 +0000
+++ b/finch/gntui.c	Wed Jun 27 20:19:09 2007 +0000
@@ -84,6 +84,7 @@
 	gnt_register_action(_("Debug Window"), finch_debug_window_show);
 	gnt_register_action(_("File Transfers"), finch_xfer_dialog_show);
 	gnt_register_action(_("Plugins"), finch_plugins_show_all);
+	gnt_register_action(_("Sounds"), finch_sounds_show_all);
 	gnt_register_action(_("Preferences"), finch_prefs_show_all);
 	gnt_register_action(_("Statuses"), finch_savedstatus_show_all);