diff 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
line wrap: on
line diff
--- a/src/gtkstock.c	Mon Aug 15 05:56:13 2005 +0000
+++ b/src/gtkstock.c	Mon Aug 15 06:52:45 2005 +0000
@@ -42,6 +42,7 @@
 	{ GAIM_STOCK_BGCOLOR,         "buttons", "change-bgcolor-small.png" },
 	{ GAIM_STOCK_BLOCK,           NULL,      GTK_STOCK_STOP             },
 	{ GAIM_STOCK_CHAT,            NULL,      GTK_STOCK_JUMP_TO          },
+	{ GAIM_STOCK_CLEAR,           "buttons", "clear.png"                },
 	{ GAIM_STOCK_DOWNLOAD,        NULL,      GTK_STOCK_GO_DOWN          },
 	{ GAIM_STOCK_DIALOG_AUTH,     "dialogs", "gaim_auth.png"            },
 	{ GAIM_STOCK_DIALOG_COOL,     "dialogs", "gaim_cool.png"            },
@@ -61,7 +62,7 @@
 	{ GAIM_STOCK_ICON_ONLINE,     "icons",   "online.png"               },
 	{ GAIM_STOCK_ICON_ONLINE_MSG, "icons",   "msgunread.png"            },
 	{ GAIM_STOCK_IGNORE,          NULL,      GTK_STOCK_DIALOG_ERROR     },
-	{ GAIM_STOCK_IM,              "buttons", "send-im.png"		        },
+	{ GAIM_STOCK_IM,              "buttons", "send-im.png"		    },
 	{ GAIM_STOCK_IMAGE,           "buttons", "insert-image-small.png"   },
 	{ GAIM_STOCK_INFO,            "icons",   "info.png",                },
 	{ GAIM_STOCK_INVITE,          NULL,      GTK_STOCK_JUMP_TO          },