Advertisement
Guest User

Untitled

a guest
Apr 28th, 2010
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. Index: pidgin/pidginstock.h
  2. ===================================================================
  3. --- a/pidgin/pidginstock.h
  4. +++ b/pidgin/pidginstock.h
  5. @@ -165,11 +165,11 @@
  6. #define PIDGIN_STOCK_TRAY_INVISIBLE "pidgin-tray-invisible"
  7. #define PIDGIN_STOCK_TRAY_AWAY "pidgin-tray-away"
  8. #define PIDGIN_STOCK_TRAY_BUSY "pidgin-tray-busy"
  9. -#define PIDGIN_STOCK_TRAY_XA "pidgin-tray-xa"
  10. +#define PIDGIN_STOCK_TRAY_XA "pidgin-tray-extended-away"
  11. #define PIDGIN_STOCK_TRAY_OFFLINE "pidgin-tray-offline"
  12. -#define PIDGIN_STOCK_TRAY_CONNECT "pidgin-tray-connect"
  13. -#define PIDGIN_STOCK_TRAY_PENDING "pidgin-tray-pending"
  14. -#define PIDGIN_STOCK_TRAY_EMAIL "pidgin-tray-email"
  15. +#define PIDGIN_STOCK_TRAY_CONNECT "pidgin-tray-connecting"
  16. +#define PIDGIN_STOCK_TRAY_PENDING "pidgin-tray-new-im"
  17. +#define PIDGIN_STOCK_TRAY_EMAIL "pidgin-tray-message"
  18.  
  19.  
  20. /*@}*/
  21. ============================================================
  22. --- a/pidgin/pidginstock.h 34bd25eaf602d488c0298e2d13a6f39842f3e3f4
  23. +++ b/pidgin/pidginstock.h 7ebe73500c08decce9d35ffe65ae5d854f5eab87
  24. @@ -159,9 +159,10 @@
  25. #define PIDGIN_STOCK_TOOLBAR_VIDEO_CALL "pidgin-video-call"
  26. #define PIDGIN_STOCK_TOOLBAR_AUDIO_VIDEO_CALL "pidgin-audio-video-call"
  27. #endif
  28. +#define PIDGIN_STOCK_TOOLBAR_SEND_ATTENTION "pidgin-send-attention"
  29.  
  30. /* Tray icons */
  31. -#define PIDGIN_STOCK_TRAY_AVAILABLE "pidgin-tray-available"
  32. +#define PIDGIN_STOCK_TRAY_AVAILABLE "pidgin-tray-online"
  33. #define PIDGIN_STOCK_TRAY_INVISIBLE "pidgin-tray-invisible"
  34. #define PIDGIN_STOCK_TRAY_AWAY "pidgin-tray-away"
  35. #define PIDGIN_STOCK_TRAY_BUSY "pidgin-tray-busy"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement