Mercurial > pidgin
comparison finch/gntplugin.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 | b9680933c2c6 |
children | 73c5f5bfeb39 a20ef7180680 |
comparison
equal
deleted
inserted
replaced
21234:aabe638f56d9 | 21235:fba1f6c3df0b |
---|---|
470 } | 470 } |
471 | 471 |
472 return purple_request_fields_with_hint(NULL, _("Preferences"), NULL, NULL, fields, | 472 return purple_request_fields_with_hint(NULL, _("Preferences"), NULL, NULL, fields, |
473 _("Save"), G_CALLBACK(finch_request_save_in_prefs), _("Cancel"), NULL, | 473 _("Save"), G_CALLBACK(finch_request_save_in_prefs), _("Cancel"), NULL, |
474 NULL, NULL, NULL, | 474 NULL, NULL, NULL, |
475 "plugins", NULL); | 475 PURPLE_UI_REQUEST_HINT_PLUGINMGR, NULL); |
476 } | 476 } |
477 | 477 |