diff src/gtkstock.h @ 12163:f6f08fd1841a

[gaim-migrate @ 14464] I think GTK's 16x16 disconnect icon looks nice for a plugin menu item. As long as I was importing that as a plugins icon, I imported it as a DISCONNECT icon like it's meant to be. I then imported the connect icon as well. They might have some use to plugins. I don't want a plugin to use the GAIM_STOCK_PLUGIN icon when they really want DISCONNECT, in case we want to change the plugin icon later. I don't know how we'd apply the versioning API to these, but this allows us more flexibility in some cases. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sat, 19 Nov 2005 15:27:44 +0000
parents e75ef7aa913e
children bc2b9f925979
line wrap: on
line diff
--- a/src/gtkstock.h	Sat Nov 19 15:19:35 2005 +0000
+++ b/src/gtkstock.h	Sat Nov 19 15:27:44 2005 +0000
@@ -37,12 +37,14 @@
 #define GAIM_STOCK_BLOCK           "gaim-block"
 #define GAIM_STOCK_CHAT            "gaim-chat"
 #define GAIM_STOCK_CLEAR           "gaim-clear"
+#define GAIM_STOCK_CONNECT         "gaim-connect"
 #define GAIM_STOCK_DIALOG_AUTH     "gaim-dialog-auth"
 #define GAIM_STOCK_DIALOG_COOL     "gaim-dialog-cool"
 #define GAIM_STOCK_DIALOG_ERROR    "gaim-dialog-error"
 #define GAIM_STOCK_DIALOG_INFO     "gaim-dialog-info"
 #define GAIM_STOCK_DIALOG_QUESTION "gaim-dialog-question"
 #define GAIM_STOCK_DIALOG_WARNING  "gaim-dialog-warning"
+#define GAIM_STOCK_DISCONNECT      "gaim-disconnect"
 #define GAIM_STOCK_DOWNLOAD        "gaim-download"
 #define GAIM_STOCK_EDIT            "gaim-edit"
 #define GAIM_STOCK_FGCOLOR         "gaim-fgcolor"
@@ -66,6 +68,7 @@
 #define GAIM_STOCK_OPEN_MAIL       "gaim-stock-open-mail"
 #define GAIM_STOCK_PAUSE           "gaim-pause"
 #define GAIM_STOCK_PENDING         "gaim-pending"
+#define GAIM_STOCK_PLUGIN          "gaim-plugin"
 #define GAIM_STOCK_SEND            "gaim-send"
 #define GAIM_STOCK_SIGN_OFF        "gaim-sign-off"
 #define GAIM_STOCK_SIGN_ON         "gaim-sign-on"