comparison libpurple/plugins/offlinemsg.c @ 27366:73c8e1964eef

A semi-random collection of English spelling and grammatical changes.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 04 Jul 2009 06:44:39 +0000
parents ea62e934c80b
children a8cc50c2279f
comparison
equal deleted inserted replaced
27365:8d1e8060b1d8 27366:73c8e1964eef
91 purple_pounce_action_set_attribute(pounce, "send-message", "message", offline->message); 91 purple_pounce_action_set_attribute(pounce, "send-message", "message", offline->message);
92 92
93 conv = offline->conv; 93 conv = offline->conv;
94 if (!purple_conversation_get_data(conv, "plugin_pack:offlinemsg")) 94 if (!purple_conversation_get_data(conv, "plugin_pack:offlinemsg"))
95 purple_conversation_write(conv, NULL, _("The rest of the messages will be saved " 95 purple_conversation_write(conv, NULL, _("The rest of the messages will be saved "
96 "as pounce. You can edit/delete the pounce from the `Buddy " 96 "as pounces. You can edit/delete the pounce from the `Buddy "
97 "Pounce' dialog."), 97 "Pounce' dialog."),
98 PURPLE_MESSAGE_SYSTEM, time(NULL)); 98 PURPLE_MESSAGE_SYSTEM, time(NULL));
99 purple_conversation_set_data(conv, "plugin_pack:offlinemsg", 99 purple_conversation_set_data(conv, "plugin_pack:offlinemsg",
100 GINT_TO_POINTER(OFFLINE_MSG_YES)); 100 GINT_TO_POINTER(OFFLINE_MSG_YES));
101 101