comparison libpurple/protocols/qq/qq.c @ 24430:ad685dadbaca

Our in-tree prpls probably shouldn't list authors who don't work on them anymore. I think most prpls just use NULL here. I don't think the field actually shows up in our UI anywhere. Also change the website listed for openq to pidgin.im instead of openq.sourceforge.net, which tells people to go to pidgin.im
author Mark Doliner <mark@kingant.net>
date Fri, 14 Nov 2008 18:46:19 +0000
parents 97eddfe30726
children 75545fdf8944
comparison
equal deleted inserted replaced
24429:97eddfe30726 24430:ad685dadbaca
53 #include "qq.h" 53 #include "qq.h"
54 #include "qq_network.h" 54 #include "qq_network.h"
55 #include "send_file.h" 55 #include "send_file.h"
56 #include "utils.h" 56 #include "utils.h"
57 #include "version.h" 57 #include "version.h"
58
59 #define OPENQ_AUTHOR "Puzzlebird"
60 #define OPENQ_WEBSITE "http://openq.sourceforge.net"
61 58
62 #ifndef OPENQ_VERSION 59 #ifndef OPENQ_VERSION
63 #define OPENQ_VERSION DISPLAY_VERSION 60 #define OPENQ_VERSION DISPLAY_VERSION
64 #endif 61 #endif
65 62
1114 DISPLAY_VERSION, /**< version */ 1111 DISPLAY_VERSION, /**< version */
1115 /** summary */ 1112 /** summary */
1116 N_("QQ Protocol Plugin"), 1113 N_("QQ Protocol Plugin"),
1117 /** description */ 1114 /** description */
1118 N_("QQ Protocol Plugin"), 1115 N_("QQ Protocol Plugin"),
1119 OPENQ_AUTHOR, /**< author */ 1116 NULL, /**< author */
1120 OPENQ_WEBSITE, /**< homepage */ 1117 PURPLE_WEBSITE, /**< homepage */
1121 1118
1122 NULL, /**< load */ 1119 NULL, /**< load */
1123 NULL, /**< unload */ 1120 NULL, /**< unload */
1124 NULL, /**< destroy */ 1121 NULL, /**< destroy */
1125 1122