From 973e001832fd197ee94fad582e70f55892eaadd9 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger <asterix@lagaule.org> Date: Mon, 7 Mar 2005 11:14:29 +0000 Subject: [PATCH] typo --- plugins/gtkgui/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gtkgui/config.py b/plugins/gtkgui/config.py index 15eabd645b..0cb3255608 100644 --- a/plugins/gtkgui/config.py +++ b/plugins/gtkgui/config.py @@ -1222,7 +1222,7 @@ class configure_accounts_window: sel = self.accounts_treeview.get_selection() (model, iter) = sel.get_selected() account = model.get_value(iter, 0) - dialog = confirm_dialog(_('Are you sure you want to remove account (%s) ?') % account) + dialog = Confirmation_dialog(_('Are you sure you want to remove account (%s) ?') % account) if dialog.get_response() == gtk.RESPONSE_YES: if self.plugin.connected[account]: self.plugin.send('STATUS', account, ('offline', 'offline')) -- GitLab