From: handa Date: Thu, 29 Sep 2011 02:05:20 +0000 (+0000) Subject: (help_cb): Supply MESSAGE_FORMAT arg to gtk_message_dialog_new. X-Git-Tag: REL-0-9-2~5 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=02f8486553e5d7522c5150af6cd6a5608e3c8870;p=m17n%2Fm17n-im-config.git (help_cb): Supply MESSAGE_FORMAT arg to gtk_message_dialog_new. --- diff --git a/src/mim-config.c b/src/mim-config.c index a05d212..4b035b5 100644 --- a/src/mim-config.c +++ b/src/mim-config.c @@ -1,5 +1,5 @@ /* mim-config.c -- M17N input method configuration - Copyright (C) 2007 + Copyright (C) 2007, 2011 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H15PRO112 @@ -641,7 +641,8 @@ help_cb (GtkButton *button, gpointer data) GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_INFO, GTK_BUTTONS_CLOSE, - CURRENT_DESCRIPTION); + CURRENT_DESCRIPTION, + "%s"); gtk_dialog_run (GTK_DIALOG (msg)); gtk_widget_destroy (msg); }