Changeset 19a6c75


Ignore:
Timestamp:
2006-03-21T08:19:01Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
87b6a3e
Parents:
aefa533e
Message:

Added Hidden and Invisible to the away state aliases list.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.c

    raefa533e r19a6c75  
    3939#include <iconv.h>
    4040
    41 static char *proto_away_alias[7][5] =
     41static char *proto_away_alias[8][5] =
    4242{
    4343        { "Away from computer", "Away", "Extended away", NULL },
     
    4747        { "On the phone", "Phone", "On phone", NULL },
    4848        { "Out to lunch", "Lunch", "Food", NULL },
     49        { "Invisible", "Hidden" },
    4950        { NULL }
    5051};
Note: See TracChangeset for help on using the changeset viewer.