From cda4109744c046a8f780ab6114d790ed014f86a6 Mon Sep 17 00:00:00 2001 From: Tobias Mueller Date: Thu, 13 Dec 2007 18:23:31 +0000 Subject: ** Fixes bug 474651 2007-12-13 Tobias Mueller ** Fixes bug 474651 * calendar/gui/memos-component.c: * addressbook/gui/component/addressbook.c: * calendar/gui/tasks-control.c: * calendar/gui/tasks-component.c: * widgets/misc/e-dateedit.c: * calendar/gui/e-cal-model-tasks.c: * widgets/misc/e-cell-percent.c: * calendar/gui/e-itip-control.c: * calendar/gui/comp-editor-factory.c: Use format strings in gtk_message_dialog_new svn path=/trunk/; revision=34694 --- addressbook/gui/component/addressbook.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/gui') diff --git a/addressbook/gui/component/addressbook.c b/addressbook/gui/component/addressbook.c index 0649b02f43..06e5b4cd2c 100644 --- a/addressbook/gui/component/addressbook.c +++ b/addressbook/gui/component/addressbook.c @@ -96,7 +96,7 @@ load_source_auth_cb (EBook *book, EBookStatus status, gpointer closure) 0, GTK_MESSAGE_WARNING, GTK_BUTTONS_OK, - _("Accessing LDAP Server anonymously")); + "%s", _("Accessing LDAP Server anonymously")); g_signal_connect (dialog, "response", G_CALLBACK(gtk_widget_destroy), NULL); gtk_widget_show (dialog); if (data->cb) -- cgit v1.2.3