comparison pidgin/gtkconn.c @ 15381:d54794a47c56

I think this is all the instances of 'Gaim' within pidgin/
author Sean Egan <seanegan@gmail.com>
date Mon, 22 Jan 2007 09:02:33 +0000
parents 5fe8042783c1
children d75099d2567e
comparison
equal deleted inserted replaced
15380:959b753fc926 15381:d54794a47c56
175 gaim_account_get_protocol_name(account)); 175 gaim_account_get_protocol_name(account));
176 } 176 }
177 177
178 p = g_strdup_printf(_("%s disconnected"), n); 178 p = g_strdup_printf(_("%s disconnected"), n);
179 s = g_strdup_printf(_("%s\n\n" 179 s = g_strdup_printf(_("%s\n\n"
180 "Gaim will not attempt to reconnect the account until you " 180 PIDGIN_NAME " will not attempt to reconnect the account until you "
181 "correct the error and re-enable the account."), text); 181 "correct the error and re-enable the account."), text);
182 gaim_notify_error(NULL, NULL, p, s); 182 gaim_notify_error(NULL, NULL, p, s);
183 g_free(p); 183 g_free(p);
184 g_free(s); 184 g_free(s);
185 g_free(n); 185 g_free(n);