comparison src/stock.c @ 5563:9eb5b13fd412

[gaim-migrate @ 5965] Just a taste of what's coming. Standard "This won't compile" thing. Plugin authors, you're going to hate me, but that's okay, because I have friends too! It's really late. My brain resembles that of fish swimming in jello pudding with neon lights flying around chanting musicals. I'm not on drugs. I'm just that tired. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Fri, 30 May 2003 09:38:29 +0000
parents fe76565d93c4
children 849bb39357a1
comparison
equal deleted inserted replaced
5562:3c8d34574601 5563:9eb5b13fd412
65 { GAIM_STOCK_IMAGE, "buttons", "insert-image-small.png" }, 65 { GAIM_STOCK_IMAGE, "buttons", "insert-image-small.png" },
66 { GAIM_STOCK_INFO, NULL, GTK_STOCK_FIND }, 66 { GAIM_STOCK_INFO, NULL, GTK_STOCK_FIND },
67 { GAIM_STOCK_INVITE, NULL, GTK_STOCK_JUMP_TO }, 67 { GAIM_STOCK_INVITE, NULL, GTK_STOCK_JUMP_TO },
68 { GAIM_STOCK_LINK, "buttons", "insert-link-small.png" }, 68 { GAIM_STOCK_LINK, "buttons", "insert-link-small.png" },
69 { GAIM_STOCK_LOGO, "gaim", "logo.png" }, 69 { GAIM_STOCK_LOGO, "gaim", "logo.png" },
70 { GAIM_STOCK_MODIFY, NULL, GTK_STOCK_PREFERENCES },
70 { GAIM_STOCK_PRIVACY, NULL, GTK_STOCK_PROPERTIES }, 71 { GAIM_STOCK_PRIVACY, NULL, GTK_STOCK_PROPERTIES },
71 { GAIM_STOCK_SEND, NULL, GTK_STOCK_CONVERT }, 72 { GAIM_STOCK_SEND, NULL, GTK_STOCK_CONVERT },
72 { GAIM_STOCK_SIGN_ON, NULL, GTK_STOCK_EXECUTE }, 73 { GAIM_STOCK_SIGN_ON, NULL, GTK_STOCK_EXECUTE },
73 { GAIM_STOCK_SIGN_OFF, NULL, GTK_STOCK_CLOSE }, 74 { GAIM_STOCK_SIGN_OFF, NULL, GTK_STOCK_CLOSE },
74 { GAIM_STOCK_SMILEY, "buttons", "insert-smiley-small.png" }, 75 { GAIM_STOCK_SMILEY, "buttons", "insert-smiley-small.png" },
82 { GAIM_STOCK_WARN, NULL, GTK_STOCK_DIALOG_WARNING } 83 { GAIM_STOCK_WARN, NULL, GTK_STOCK_DIALOG_WARNING }
83 }; 84 };
84 85
85 const GtkStockItem stock_items[] = 86 const GtkStockItem stock_items[] =
86 { 87 {
88 { GAIM_STOCK_MODIFY, N_("_Modify"), 0, 0, NULL },
87 { GAIM_STOCK_OPEN_MAIL, N_("_Open Mail"), 0, 0, NULL } 89 { GAIM_STOCK_OPEN_MAIL, N_("_Open Mail"), 0, 0, NULL }
88 }; 90 };
89 91
90 static gint stock_icon_count = sizeof(stock_icons) / sizeof(*stock_icons); 92 static gint stock_icon_count = sizeof(stock_icons) / sizeof(*stock_icons);
91 static gint stock_item_count = sizeof(stock_items) / sizeof(*stock_items); 93 static gint stock_item_count = sizeof(stock_items) / sizeof(*stock_items);