Mercurial > pidgin.yaz
diff src/stock.c @ 8300:0f5cb0d93b11
[gaim-migrate @ 9024]
Give the GAIM_STOCK_WARN button some stock text, and use it in the Warn
User dialog.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Fri, 20 Feb 2004 23:03:48 +0000 |
parents | fa6395637e2c |
children | 462ead6fc1a0 |
line wrap: on
line diff
--- a/src/stock.c Fri Feb 20 22:11:56 2004 +0000 +++ b/src/stock.c Fri Feb 20 23:03:48 2004 +0000 @@ -84,7 +84,8 @@ { { GAIM_STOCK_MODIFY, N_("_Modify"), 0, 0, NULL }, { GAIM_STOCK_OPEN_MAIL, N_("_Open Mail"), 0, 0, NULL }, - { GAIM_STOCK_PAUSE, N_("_Pause"), 0, 0, NULL } + { GAIM_STOCK_PAUSE, N_("_Pause"), 0, 0, NULL }, + { GAIM_STOCK_WARN, N_("_Warn"), 0, 0, NULL } }; static gint stock_icon_count = sizeof(stock_icons) / sizeof(*stock_icons);