| 404 GaimAccount *account = NULL; |
404 GaimAccount *account = NULL; |
| 405 GtkListStore *list_store; |
405 GtkListStore *list_store; |
| 406 GtkTreeViewColumn *col; |
406 GtkTreeViewColumn *col; |
| 407 GtkTreeSelection *sel = NULL; |
407 GtkTreeSelection *sel = NULL; |
| 408 |
408 |
| 409 label_text = g_strdup_printf("<span weight=\"bold\" size=\"larger\">%s has been disconnected.</span>\n\n%s\n%s", |
409 label_text = g_strdup_printf(_("<span weight=\"bold\" size=\"larger\">%s has been disconnected.</span>\n\n%s\n%s"), |
| 410 gaim_account_get_username(gaim_connection_get_account(gc)), gaim_date_full(), |
410 gaim_account_get_username(gaim_connection_get_account(gc)), gaim_date_full(), |
| 411 text ? text : _("Reason Unknown.")); |
411 text ? text : _("Reason Unknown.")); |
| 412 |
412 |
| 413 /* Build the window if it isn't there yet */ |
413 /* Build the window if it isn't there yet */ |
| 414 if (!disconnect_window) { |
414 if (!disconnect_window) { |