diff src/stock.h @ 6009:5cd7a10c6ade

[gaim-migrate @ 6457] Renamed setup_stock() to gaim_gtk_stock_init(), to be more compliant with the rest of the naming schemes. We now initialize it before registering the debug stuff, so the debug window can use our stock icons. Also, added a Pause stock icon, and used it in the debug window. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Fri, 04 Jul 2003 00:04:07 +0000
parents 9eb5b13fd412
children f9df510460d7
line wrap: on
line diff
--- a/src/stock.h	Thu Jul 03 23:40:10 2003 +0000
+++ b/src/stock.h	Fri Jul 04 00:04:07 2003 +0000
@@ -59,12 +59,13 @@
 #define GAIM_STOCK_LINK            "gaim-link"
 #define GAIM_STOCK_LOGO            "gaim-logo"
 #define GAIM_STOCK_MODIFY          "gaim-modify"
+#define GAIM_STOCK_OPEN_MAIL       "gaim-stock-open-mail"
+#define GAIM_STOCK_PAUSE           "gaim-pause"
 #define GAIM_STOCK_PRIVACY         "gaim-privacy"
 #define GAIM_STOCK_SEND            "gaim-send"
 #define GAIM_STOCK_SIGN_OFF        "gaim-sign-off"
 #define GAIM_STOCK_SIGN_ON         "gaim-sign-on"
 #define GAIM_STOCK_SMILEY          "gaim-smiley"
-#define GAIM_STOCK_OPEN_MAIL       "gaim-stock-open-mail"
 #define GAIM_STOCK_TEXT_BIGGER     "gaim-text-bigger"
 #define GAIM_STOCK_TEXT_NORMAL     "gaim-text-normal"
 #define GAIM_STOCK_TEXT_SMALLER    "gaim-text-smaller"
@@ -82,6 +83,6 @@
 /**
  * Sets up the gaim stock repository.
  */
-void setup_stock(void);
+void gaim_gtk_stock_init(void);
 
 #endif /* _STOCK_H_ */