Mercurial > pidgin
changeset 23958:08c29b5b0ee8
Show 'Edit' instead of 'pidgin-edit' in the edit buttons. Fixes #6742
| author | Sadrul Habib Chowdhury <imadil@gmail.com> |
|---|---|
| date | Sun, 24 Aug 2008 06:35:01 +0000 |
| parents | b664b3924a52 |
| children | 64a4069e504e 64585aab233a |
| files | pidgin/pidginstock.c |
| diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/pidginstock.c Sat Aug 23 23:21:07 2008 +0000 +++ b/pidgin/pidginstock.c Sun Aug 24 06:35:01 2008 +0000 @@ -93,6 +93,7 @@ { PIDGIN_STOCK_MODIFY, N_("_Modify"), 0, 0, NULL }, { PIDGIN_STOCK_OPEN_MAIL, N_("_Open Mail"), 0, 0, NULL }, { PIDGIN_STOCK_PAUSE, N_("_Pause"), 0, 0, NULL }, + { PIDGIN_STOCK_EDIT, N_("_Edit"), 0, 0, NULL } }; static struct SizedStockIcon {
