Mercurial > pidgin
annotate src/win32/resource.h @ 5461:7883082c290a
[gaim-migrate @ 5852]
Matt Weber (mrweber) writes:
" This patch fixes the buffer used for setting away messages, which in turn fixes HTML away messages set
by a direct call to serv_set_away[_all] as opposed to do_away_message. Also changed strncpy to
strncpy_withhtml to maintain consistency with how it's done in do_away_message."
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Tue, 20 May 2003 18:15:25 +0000 |
parents | 003e0a02d6b9 |
children | 61e6682af312 |
rev | line source |
---|---|
4086
dbcaea47834c
[gaim-migrate @ 4301]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
3958
diff
changeset
|
1 #define GAIM_ICON 104 |
dbcaea47834c
[gaim-migrate @ 4301]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
3958
diff
changeset
|
2 #define GAIM_OFFLINE_ICON 105 |
dbcaea47834c
[gaim-migrate @ 4301]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
3958
diff
changeset
|
3 #define GAIM_AWAY_ICON 106 |
4101
003e0a02d6b9
[gaim-migrate @ 4316]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
4086
diff
changeset
|
4 #define GAIM_TRAY_ICON 107 |
003e0a02d6b9
[gaim-migrate @ 4316]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
4086
diff
changeset
|
5 #define GAIM_OFFLINE_TRAY_ICON 108 |
003e0a02d6b9
[gaim-migrate @ 4316]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
4086
diff
changeset
|
6 #define GAIM_AWAY_TRAY_ICON 109 |