comparison src/stock.c @ 8302:462ead6fc1a0

[gaim-migrate @ 9026] Add an alias stock item, and use it. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Fri, 20 Feb 2004 23:14:32 +0000
parents 0f5cb0d93b11
children 34e8ad866f12
comparison
equal deleted inserted replaced
8301:35540faa72c0 8302:462ead6fc1a0
4 * gaim 4 * gaim
5 * 5 *
6 * Gaim is the legal property of its developers, whose names are too numerous 6 * Gaim is the legal property of its developers, whose names are too numerous
7 * to list here. Please refer to the COPYRIGHT file distributed with this 7 * to list here. Please refer to the COPYRIGHT file distributed with this
8 * source distribution. 8 * source distribution.
9 * 9 *
10 * This program is free software; you can redistribute it and/or modify 10 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License as published by 11 * it under the terms of the GNU General Public License as published by
12 * the Free Software Foundation; either version 2 of the License, or 12 * the Free Software Foundation; either version 2 of the License, or
13 * (at your option) any later version. 13 * (at your option) any later version.
14 * 14 *
34 34
35 } const stock_icons[] = 35 } const stock_icons[] =
36 { 36 {
37 { GAIM_STOCK_ABOUT, "buttons", "about_menu.png" }, 37 { GAIM_STOCK_ABOUT, "buttons", "about_menu.png" },
38 { GAIM_STOCK_ACCOUNTS, "buttons", "accounts.png" }, 38 { GAIM_STOCK_ACCOUNTS, "buttons", "accounts.png" },
39 { GAIM_STOCK_ALIAS, "buttons", "edit.png" },
39 { GAIM_STOCK_BGCOLOR, "buttons", "change-bgcolor-small.png" }, 40 { GAIM_STOCK_BGCOLOR, "buttons", "change-bgcolor-small.png" },
40 { GAIM_STOCK_BLOCK, NULL, GTK_STOCK_STOP }, 41 { GAIM_STOCK_BLOCK, NULL, GTK_STOCK_STOP },
41 { GAIM_STOCK_CHAT, NULL, GTK_STOCK_JUMP_TO }, 42 { GAIM_STOCK_CHAT, NULL, GTK_STOCK_JUMP_TO },
42 { GAIM_STOCK_DOWNLOAD, NULL, GTK_STOCK_GO_DOWN }, 43 { GAIM_STOCK_DOWNLOAD, NULL, GTK_STOCK_GO_DOWN },
43 { GAIM_STOCK_DIALOG_AUTH, "dialogs", "gaim_auth.png" }, 44 { GAIM_STOCK_DIALOG_AUTH, "dialogs", "gaim_auth.png" },
80 { GAIM_STOCK_WARN, NULL, GTK_STOCK_DIALOG_WARNING } 81 { GAIM_STOCK_WARN, NULL, GTK_STOCK_DIALOG_WARNING }
81 }; 82 };
82 83
83 const GtkStockItem stock_items[] = 84 const GtkStockItem stock_items[] =
84 { 85 {
86 { GAIM_STOCK_ALIAS, N_("_Alias"), 0, 0, NULL },
85 { GAIM_STOCK_MODIFY, N_("_Modify"), 0, 0, NULL }, 87 { GAIM_STOCK_MODIFY, N_("_Modify"), 0, 0, NULL },
86 { GAIM_STOCK_OPEN_MAIL, N_("_Open Mail"), 0, 0, NULL }, 88 { GAIM_STOCK_OPEN_MAIL, N_("_Open Mail"), 0, 0, NULL },
87 { GAIM_STOCK_PAUSE, N_("_Pause"), 0, 0, NULL }, 89 { GAIM_STOCK_PAUSE, N_("_Pause"), 0, 0, NULL },
88 { GAIM_STOCK_WARN, N_("_Warn"), 0, 0, NULL } 90 { GAIM_STOCK_WARN, N_("_Warn"), 0, 0, NULL }
89 }; 91 };