Mercurial > pidgin
comparison libpurple/protocols/jabber/presence.c @ 21335:d4f95419be45
disapproval of revision 'b6ee8d925e8e7670de77e6283963fa151ea0ed77'
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Fri, 16 Nov 2007 23:01:12 +0000 |
parents | a20ef7180680 |
children | 8ae227dca885 |
comparison
equal
deleted
inserted
replaced
21244:a20ef7180680 | 21335:d4f95419be45 |
---|---|
518 _("You are creating a new room. Would" | 518 _("You are creating a new room. Would" |
519 " you like to configure it, or" | 519 " you like to configure it, or" |
520 " accept the default settings?"), | 520 " accept the default settings?"), |
521 /* Default Action */ 1, | 521 /* Default Action */ 1, |
522 purple_connection_get_account(js->gc), NULL, chat->conv, | 522 purple_connection_get_account(js->gc), NULL, chat->conv, |
523 PURPLE_REQUEST_UI_HINT_CONV, chat, 2, | 523 PURPLE_REQUEST_HINT_CONV, chat, 2, |
524 _("_Configure Room"), G_CALLBACK(jabber_chat_request_room_configure), | 524 _("_Configure Room"), G_CALLBACK(jabber_chat_request_room_configure), |
525 _("_Accept Defaults"), G_CALLBACK(jabber_chat_create_instant_room)); | 525 _("_Accept Defaults"), G_CALLBACK(jabber_chat_create_instant_room)); |
526 } | 526 } |
527 } else if(code && !strcmp(code, "210")) { | 527 } else if(code && !strcmp(code, "210")) { |
528 /* server rewrote room-nick */ | 528 /* server rewrote room-nick */ |