(help_cb): Supply MESSAGE_FORMAT arg to gtk_message_dialog_new.
authorhanda <handa>
Thu, 29 Sep 2011 02:05:20 +0000 (02:05 +0000)
committerhanda <handa>
Thu, 29 Sep 2011 02:05:20 +0000 (02:05 +0000)
src/mim-config.c

index a05d212..4b035b5 100644 (file)
@@ -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);
 }