/pidgin/main: 3d2454150223: Specify the gettext package explicit...
Daniel Atallah
datallah at pidgin.im
Mon Dec 10 10:34:30 EST 2012
Changeset: 3d24541502232807c69a0307c70c6a63d1c07231
Author: Daniel Atallah <datallah at pidgin.im>
Date: 2012-12-10 10:33 -0500
Branch: release-2.x.y
URL: http://hg.pidgin.im/pidgin/main/rev/3d2454150223
Description:
Specify the gettext package explicitly for stock items.
diffstat:
pidgin/pidginstock.c | 24 ++++++++++++------------
1 files changed, 12 insertions(+), 12 deletions(-)
diffs (41 lines):
diff --git a/pidgin/pidginstock.c b/pidgin/pidginstock.c
--- a/pidgin/pidginstock.c
+++ b/pidgin/pidginstock.c
@@ -67,7 +67,7 @@ static struct StockIcon
{ PIDGIN_STOCK_IGNORE, NULL, GTK_STOCK_DIALOG_ERROR },
{ PIDGIN_STOCK_INVITE, NULL, GTK_STOCK_JUMP_TO },
{ PIDGIN_STOCK_MODIFY, NULL, GTK_STOCK_PREFERENCES },
- { PIDGIN_STOCK_ADD, NULL, GTK_STOCK_ADD },
+ { PIDGIN_STOCK_ADD, NULL, GTK_STOCK_ADD },
{ PIDGIN_STOCK_PAUSE, NULL, GTK_STOCK_MEDIA_PAUSE },
{ PIDGIN_STOCK_POUNCE, NULL, GTK_STOCK_REDO },
{ PIDGIN_STOCK_OPEN_MAIL, NULL, GTK_STOCK_JUMP_TO },
@@ -80,17 +80,17 @@ static struct StockIcon
static const GtkStockItem stock_items[] =
{
- { PIDGIN_STOCK_ALIAS, N_("_Alias"), 0, 0, NULL },
- { PIDGIN_STOCK_CHAT, N_("_Join"), 0, 0, NULL },
- { PIDGIN_STOCK_CLOSE_TABS, N_("Close _tabs"), 0, 0, NULL },
- { PIDGIN_STOCK_TOOLBAR_MESSAGE_NEW, N_("I_M"), 0, 0, NULL },
- { PIDGIN_STOCK_TOOLBAR_USER_INFO, N_("_Get Info"), 0, 0, NULL },
- { PIDGIN_STOCK_INVITE, N_("_Invite"), 0, 0, NULL },
- { PIDGIN_STOCK_MODIFY, N_("_Modify..."), 0, 0, NULL },
- { PIDGIN_STOCK_ADD, N_("_Add..."), 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 }
+ { PIDGIN_STOCK_ALIAS, N_("_Alias"), 0, 0, PACKAGE },
+ { PIDGIN_STOCK_CHAT, N_("_Join"), 0, 0, PACKAGE },
+ { PIDGIN_STOCK_CLOSE_TABS, N_("Close _tabs"), 0, 0, PACKAGE },
+ { PIDGIN_STOCK_TOOLBAR_MESSAGE_NEW, N_("I_M"), 0, 0, PACKAGE },
+ { PIDGIN_STOCK_TOOLBAR_USER_INFO, N_("_Get Info"), 0, 0, PACKAGE },
+ { PIDGIN_STOCK_INVITE, N_("_Invite"), 0, 0, PACKAGE },
+ { PIDGIN_STOCK_MODIFY, N_("_Modify..."), 0, 0, PACKAGE },
+ { PIDGIN_STOCK_ADD, N_("_Add..."), 0, 0, PACKAGE },
+ { PIDGIN_STOCK_OPEN_MAIL, N_("_Open Mail"), 0, 0, PACKAGE },
+ { PIDGIN_STOCK_PAUSE, N_("_Pause"), 0, 0, PACKAGE },
+ { PIDGIN_STOCK_EDIT, N_("_Edit"), 0, 0, PACKAGE }
};
typedef struct {
More information about the Commits
mailing list