Mercurial > pidgin.yaz
changeset 27266:dfa7d2a0d9b8
Clarify the usage of client_type (i.e. these values are matched against using
string comparisons).
Really, I just want everyone to have to rebuild their working copies.
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Fri, 26 Jun 2009 05:27:51 +0000 |
parents | e997e1e9b4f1 |
children | 57ea320e2727 4475e746a34e 164b1bc23377 |
files | libpurple/core.h |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/core.h Fri Jun 26 05:11:01 2009 +0000 +++ b/libpurple/core.h Fri Jun 26 05:27:51 2009 +0000 @@ -188,7 +188,9 @@ * <dd>the UI's development/support website, such as http://developer.pidgin.im.</dd> * * <dt><tt>client_type</tt></dt> - * <dd>the type of UI (pc, console, phone, handheld, web, bot)</dd> + * <dd>the type of UI. Possible values include 'pc', 'console', 'phone', + * 'handheld', 'web', and 'bot'. These values are compared + * programmatically and should not be localized.</dd> * * </dl> *