diff src/gtkstock.c @ 12191:bc2b9f925979

[gaim-migrate @ 14493] Abuse some GTK+ stock icons for Gaim menu items. I'm not terribly attached to these, so we can pull them if they suck... or we could make new icons that don't suck. ;) committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Tue, 22 Nov 2005 22:39:08 +0000
parents 51c194ca6016
children e0b512d67792
line wrap: on
line diff
--- a/src/gtkstock.c	Tue Nov 22 18:56:53 2005 +0000
+++ b/src/gtkstock.c	Tue Nov 22 22:39:08 2005 +0000
@@ -38,6 +38,7 @@
 {
 	{ GAIM_STOCK_ABOUT,           "buttons", "about_menu.png"           },
 	{ GAIM_STOCK_ACCOUNTS,        "buttons", "accounts.png"             },
+	{ GAIM_STOCK_ACTION,          NULL,      GTK_STOCK_EXECUTE          },
 #if GTK_CHECK_VERSION(2,6,0)
 	{ GAIM_STOCK_ALIAS,           NULL,      GTK_STOCK_EDIT             },
 #else
@@ -52,6 +53,7 @@
 #else
 	{ GAIM_STOCK_CONNECT,         "icons",   "stock_connect_16.png"     },
 #endif
+	{ GAIM_STOCK_DEBUG,           NULL,      GTK_STOCK_PROPERTIES       },
 	{ GAIM_STOCK_DOWNLOAD,        NULL,      GTK_STOCK_GO_DOWN          },
 	{ GAIM_STOCK_DIALOG_AUTH,     "dialogs", "gaim_auth.png"            },
 	{ GAIM_STOCK_DIALOG_COOL,     "dialogs", "gaim_cool.png"            },
@@ -89,6 +91,7 @@
 #endif
 	{ GAIM_STOCK_INVITE,          NULL,      GTK_STOCK_JUMP_TO          },
 	{ GAIM_STOCK_LINK,            "buttons", "insert-link-small.png"    },
+	{ GAIM_STOCK_LOG,             NULL,      GTK_STOCK_DND_MULTIPLE     },
 	{ GAIM_STOCK_LOGO,            "gaim",    "logo.png"                 },
 	{ GAIM_STOCK_MODIFY,          NULL,      GTK_STOCK_PREFERENCES      },
 #if GTK_CHECK_VERSION(2,6,0)
@@ -102,6 +105,7 @@
 #else
 	{ GAIM_STOCK_PLUGIN,          "icons",   "stock_disconnect_16.png"  },
 #endif
+	{ GAIM_STOCK_POUNCE,          NULL,      GTK_STOCK_REDO             },
 	{ GAIM_STOCK_OPEN_MAIL,       NULL,      GTK_STOCK_JUMP_TO          },
 	{ GAIM_STOCK_SEND,            "buttons", "send-im.png"              },
 	{ GAIM_STOCK_SIGN_ON,         NULL,      GTK_STOCK_EXECUTE          },