comparison libpurple/protocols/oscar/peer.c @ 18260:7992f408a94d

Use a different mnemonic for Connect so it doesn't conflict with Cancel Fixes #1894
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 24 Jun 2007 13:58:05 +0000
parents 648551e3243a
children 490b258e34c0 e4deb70d504f
comparison
equal deleted inserted replaced
18259:c5c265dff90c 18260:7992f408a94d
1017 "revealed, this may be considered a privacy " 1017 "revealed, this may be considered a privacy "
1018 "risk."), 1018 "risk."),
1019 PURPLE_DEFAULT_ACTION_NONE, 1019 PURPLE_DEFAULT_ACTION_NONE,
1020 account, sn, NULL, 1020 account, sn, NULL,
1021 conn, 2, 1021 conn, 2,
1022 _("_Connect"), G_CALLBACK(peer_connection_got_proposition_yes_cb), 1022 _("C_onnect"), G_CALLBACK(peer_connection_got_proposition_yes_cb),
1023 _("Cancel"), G_CALLBACK(peer_connection_got_proposition_no_cb)); 1023 _("Cancel"), G_CALLBACK(peer_connection_got_proposition_no_cb));
1024 } 1024 }
1025 else if (args->type == OSCAR_CAPABILITY_SENDFILE) 1025 else if (args->type == OSCAR_CAPABILITY_SENDFILE)
1026 { 1026 {
1027 gchar *filename; 1027 gchar *filename;