comparison libpurple/plugins/offlinemsg.c @ 21235:fba1f6c3df0b

Converted string literal UI hints to #define-ed constants and fixed two cast-warnings in gtkblist.c
author Gabriel Schulhof <nix@go-nix.ca>
date Sun, 14 Oct 2007 18:07:19 +0000
parents cab348e39751
children 73c5f5bfeb39 a20ef7180680
comparison
equal deleted inserted replaced
21234:aabe638f56d9 21235:fba1f6c3df0b
159 159
160 purple_request_action_with_hint(handle, _("Offline Message"), ask, 160 purple_request_action_with_hint(handle, _("Offline Message"), ask,
161 _("You can edit/delete the pounce from the `Buddy Pounces' dialog"), 161 _("You can edit/delete the pounce from the `Buddy Pounces' dialog"),
162 1, 162 1,
163 offline->account, offline->who, offline->conv, 163 offline->account, offline->who, offline->conv,
164 "buddy", offline, 2, 164 PURPLE_REQUEST_HINT_BUDDY, offline, 2,
165 _("Yes"), record_pounce, 165 _("Yes"), record_pounce,
166 _("No"), cancel_poune); 166 _("No"), cancel_poune);
167 g_free(ask); 167 g_free(ask);
168 } 168 }
169 } 169 }