finch/gntui.c

branch
soc.2008.masterpassword
changeset 34191
13be8e0a1bd0
parent 31294
73607ab89c6f
child 34706
02cb08146888
equal deleted inserted replaced
34190:b81cb5542862 34191:13be8e0a1bd0
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

mercurial