Mercurial > pidgin
comparison src/gtkrequest.c @ 5845:3a5de5b6183d
[gaim-migrate @ 6276]
Added a text-to-stock for Save buttons in request dialogs.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Fri, 13 Jun 2003 08:20:22 +0000 |
parents | 9a08899192ee |
children | 4676b498ff4b |
comparison
equal
deleted
inserted
replaced
5844:db5aa27cb345 | 5845:3a5de5b6183d |
---|---|
168 STOCK_ITEMIZE(_("Apply"), GTK_STOCK_APPLY); | 168 STOCK_ITEMIZE(_("Apply"), GTK_STOCK_APPLY); |
169 STOCK_ITEMIZE(_("Close"), GTK_STOCK_CLOSE); | 169 STOCK_ITEMIZE(_("Close"), GTK_STOCK_CLOSE); |
170 STOCK_ITEMIZE(_("Delete"), GTK_STOCK_DELETE); | 170 STOCK_ITEMIZE(_("Delete"), GTK_STOCK_DELETE); |
171 STOCK_ITEMIZE(_("Add"), GTK_STOCK_ADD); | 171 STOCK_ITEMIZE(_("Add"), GTK_STOCK_ADD); |
172 STOCK_ITEMIZE(_("Remove"), GTK_STOCK_REMOVE); | 172 STOCK_ITEMIZE(_("Remove"), GTK_STOCK_REMOVE); |
173 STOCK_ITEMIZE(_("Save"), GTK_STOCK_SAVE); | |
173 | 174 |
174 return text; | 175 return text; |
175 } | 176 } |
176 | 177 |
177 void * | 178 void * |