comparison src/protocols/bonjour/bonjour.h @ 11823:27ed05facc71

[gaim-migrate @ 14114] Allow a string to be localized and use gaim_debug_warning instead of perror committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 25 Oct 2005 22:27:27 +0000
parents 5a2c38d33eb4
children 8264f52a1142
comparison
equal deleted inserted replaced
11822:cd20599f220b 11823:27ed05facc71
27 #define _BONJOUR_H_ 27 #define _BONJOUR_H_
28 28
29 #include <howl.h> 29 #include <howl.h>
30 30
31 #include "dns_sd.h" 31 #include "dns_sd.h"
32 #include "internal.h"
32 #include "jabber.h" 33 #include "jabber.h"
33 34
34 #define BONJOUR_GROUP_NAME "Bonjour" 35 #define BONJOUR_GROUP_NAME _("Bonjour")
35 #define BONJOUR_PROTOCOL_NAME "bonjour" 36 #define BONJOUR_PROTOCOL_NAME "bonjour"
36 #define BONJOUR_ICON_NAME "bonjour" 37 #define BONJOUR_ICON_NAME "bonjour"
37 38
38 #define BONJOUR_STATUS_ID_OFFLINE "offline" 39 #define BONJOUR_STATUS_ID_OFFLINE "offline"
39 #define BONJOUR_STATUS_ID_AVAILABLE "available" 40 #define BONJOUR_STATUS_ID_AVAILABLE "available"