summaryrefslogtreecommitdiff
path: root/gtk/gtkmessagedialog.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2005-07-22 20:28:31 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-07-22 20:28:31 +0000
commit22d4d65e012d63c6e0f4df78bef556ae376987a1 (patch)
tree9f38f55bd4ed828a3c4aae94b0f9dbb6f6e20480 /gtk/gtkmessagedialog.c
parente4ac49b48e84e70c8f8215b178378ce4fda94b42 (diff)
downloadgtk+-22d4d65e012d63c6e0f4df78bef556ae376987a1.tar.gz
Diffstat (limited to 'gtk/gtkmessagedialog.c')
-rw-r--r--gtk/gtkmessagedialog.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtkmessagedialog.c b/gtk/gtkmessagedialog.c
index 443baa43c5..47a27f43d9 100644
--- a/gtk/gtkmessagedialog.c
+++ b/gtk/gtkmessagedialog.c
@@ -603,9 +603,10 @@ gtk_message_dialog_format_secondary_text (GtkMessageDialog *message_dialog,
* like gtk_message_dialog_new_with_markup() does. Thus, if the arguments
* may contain special XML characters, you should use g_markup_printf_escaped()
* to escape it.
+
* <informalexample><programlisting>
* gchar *msg;
- *
+ *
* msg = g_markup_printf_escaped (message_format, ...);
* gtk_message_dialog_format_secondary_markup (message_dialog, "&percnt;s", msg);
* g_free (msg);