Mercurial > pidgin
comparison src/gtkstock.c @ 11271:b33eccbc3a10
[gaim-migrate @ 13454]
Add a clear formatting button to the GtkImHTML toolbar (to fulfill a request from SimGuy and Bleeter) and remove the ugly clear formatting button from the prefs.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Mon, 15 Aug 2005 06:52:45 +0000 |
parents | 6240d7fd5b2c |
children | 2c3fb4a0f785 |
comparison
equal
deleted
inserted
replaced
11270:da0dc44368ba | 11271:b33eccbc3a10 |
---|---|
40 { GAIM_STOCK_ACCOUNTS, "buttons", "accounts.png" }, | 40 { GAIM_STOCK_ACCOUNTS, "buttons", "accounts.png" }, |
41 { GAIM_STOCK_ALIAS, "buttons", "edit.png" }, | 41 { GAIM_STOCK_ALIAS, "buttons", "edit.png" }, |
42 { GAIM_STOCK_BGCOLOR, "buttons", "change-bgcolor-small.png" }, | 42 { GAIM_STOCK_BGCOLOR, "buttons", "change-bgcolor-small.png" }, |
43 { GAIM_STOCK_BLOCK, NULL, GTK_STOCK_STOP }, | 43 { GAIM_STOCK_BLOCK, NULL, GTK_STOCK_STOP }, |
44 { GAIM_STOCK_CHAT, NULL, GTK_STOCK_JUMP_TO }, | 44 { GAIM_STOCK_CHAT, NULL, GTK_STOCK_JUMP_TO }, |
45 { GAIM_STOCK_CLEAR, "buttons", "clear.png" }, | |
45 { GAIM_STOCK_DOWNLOAD, NULL, GTK_STOCK_GO_DOWN }, | 46 { GAIM_STOCK_DOWNLOAD, NULL, GTK_STOCK_GO_DOWN }, |
46 { GAIM_STOCK_DIALOG_AUTH, "dialogs", "gaim_auth.png" }, | 47 { GAIM_STOCK_DIALOG_AUTH, "dialogs", "gaim_auth.png" }, |
47 { GAIM_STOCK_DIALOG_COOL, "dialogs", "gaim_cool.png" }, | 48 { GAIM_STOCK_DIALOG_COOL, "dialogs", "gaim_cool.png" }, |
48 { GAIM_STOCK_DIALOG_ERROR, "dialogs", "gaim_error.png" }, | 49 { GAIM_STOCK_DIALOG_ERROR, "dialogs", "gaim_error.png" }, |
49 { GAIM_STOCK_DIALOG_INFO, "dialogs", "gaim_info.png" }, | 50 { GAIM_STOCK_DIALOG_INFO, "dialogs", "gaim_info.png" }, |
59 { GAIM_STOCK_ICON_CONNECT, "icons", "connect.png" }, | 60 { GAIM_STOCK_ICON_CONNECT, "icons", "connect.png" }, |
60 { GAIM_STOCK_ICON_OFFLINE, "icons", "offline.png" }, | 61 { GAIM_STOCK_ICON_OFFLINE, "icons", "offline.png" }, |
61 { GAIM_STOCK_ICON_ONLINE, "icons", "online.png" }, | 62 { GAIM_STOCK_ICON_ONLINE, "icons", "online.png" }, |
62 { GAIM_STOCK_ICON_ONLINE_MSG, "icons", "msgunread.png" }, | 63 { GAIM_STOCK_ICON_ONLINE_MSG, "icons", "msgunread.png" }, |
63 { GAIM_STOCK_IGNORE, NULL, GTK_STOCK_DIALOG_ERROR }, | 64 { GAIM_STOCK_IGNORE, NULL, GTK_STOCK_DIALOG_ERROR }, |
64 { GAIM_STOCK_IM, "buttons", "send-im.png" }, | 65 { GAIM_STOCK_IM, "buttons", "send-im.png" }, |
65 { GAIM_STOCK_IMAGE, "buttons", "insert-image-small.png" }, | 66 { GAIM_STOCK_IMAGE, "buttons", "insert-image-small.png" }, |
66 { GAIM_STOCK_INFO, "icons", "info.png", }, | 67 { GAIM_STOCK_INFO, "icons", "info.png", }, |
67 { GAIM_STOCK_INVITE, NULL, GTK_STOCK_JUMP_TO }, | 68 { GAIM_STOCK_INVITE, NULL, GTK_STOCK_JUMP_TO }, |
68 { GAIM_STOCK_LINK, "buttons", "insert-link-small.png" }, | 69 { GAIM_STOCK_LINK, "buttons", "insert-link-small.png" }, |
69 { GAIM_STOCK_LOGO, "gaim", "logo.png" }, | 70 { GAIM_STOCK_LOGO, "gaim", "logo.png" }, |