Changeset 19a6c75
- Timestamp:
- 2006-03-21T08:19:01Z (19 years ago)
- Branches:
- master
- Children:
- 87b6a3e
- Parents:
- aefa533e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/nogaim.c
raefa533e r19a6c75 39 39 #include <iconv.h> 40 40 41 static char *proto_away_alias[ 7][5] =41 static char *proto_away_alias[8][5] = 42 42 { 43 43 { "Away from computer", "Away", "Extended away", NULL }, … … 47 47 { "On the phone", "Phone", "On phone", NULL }, 48 48 { "Out to lunch", "Lunch", "Food", NULL }, 49 { "Invisible", "Hidden" }, 49 50 { NULL } 50 51 };
Note: See TracChangeset
for help on using the changeset viewer.