| 104 gnt_register_action(_("File Transfers"), finch_xfer_dialog_show); |
104 gnt_register_action(_("File Transfers"), finch_xfer_dialog_show); |
| 105 gnt_register_action(_("Plugins"), finch_plugins_show_all); |
105 gnt_register_action(_("Plugins"), finch_plugins_show_all); |
| 106 gnt_register_action(_("Room List"), finch_roomlist_show_all); |
106 gnt_register_action(_("Room List"), finch_roomlist_show_all); |
| 107 gnt_register_action(_("Sounds"), finch_sounds_show_all); |
107 gnt_register_action(_("Sounds"), finch_sounds_show_all); |
| 108 gnt_register_action(_("Preferences"), finch_prefs_show_all); |
108 gnt_register_action(_("Preferences"), finch_prefs_show_all); |
| |
109 gnt_register_action(_("Keyring settings"), finch_prefs_show_keyring); |
| 109 gnt_register_action(_("Statuses"), finch_savedstatus_show_all); |
110 gnt_register_action(_("Statuses"), finch_savedstatus_show_all); |
| 110 |
111 |
| 111 #ifdef STANDALONE |
112 #ifdef STANDALONE |
| 112 } |
113 } |
| 113 |
114 |