Mercurial > pidgin.yaz
comparison 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 |
comparison
equal
deleted
inserted
replaced
8299:7402101c0319 | 8300:0f5cb0d93b11 |
---|---|
82 | 82 |
83 const GtkStockItem stock_items[] = | 83 const GtkStockItem stock_items[] = |
84 { | 84 { |
85 { GAIM_STOCK_MODIFY, N_("_Modify"), 0, 0, NULL }, | 85 { GAIM_STOCK_MODIFY, N_("_Modify"), 0, 0, NULL }, |
86 { GAIM_STOCK_OPEN_MAIL, N_("_Open Mail"), 0, 0, NULL }, | 86 { GAIM_STOCK_OPEN_MAIL, N_("_Open Mail"), 0, 0, NULL }, |
87 { GAIM_STOCK_PAUSE, N_("_Pause"), 0, 0, NULL } | 87 { GAIM_STOCK_PAUSE, N_("_Pause"), 0, 0, NULL }, |
88 { GAIM_STOCK_WARN, N_("_Warn"), 0, 0, NULL } | |
88 }; | 89 }; |
89 | 90 |
90 static gint stock_icon_count = sizeof(stock_icons) / sizeof(*stock_icons); | 91 static gint stock_icon_count = sizeof(stock_icons) / sizeof(*stock_icons); |
91 static gint stock_item_count = sizeof(stock_items) / sizeof(*stock_items); | 92 static gint stock_item_count = sizeof(stock_items) / sizeof(*stock_items); |
92 | 93 |