summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-05 02:25:03 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-06 08:01:49 -0500
commite78ebaa0899ae1be3a5d1885582ce6cdc5732d2e (patch)
tree56e47ec5dc362ebadd669b57a3e3832c0f8eaed5 /gtk
parent334d34178ad2280a2f39b781d24bc06d3819304b (diff)
downloadgtk+-e78ebaa0899ae1be3a5d1885582ce6cdc5732d2e.tar.gz
docs: don't use <important>
Diffstat (limited to 'gtk')
-rw-r--r--gtk/gtkfilechooserbutton.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/gtk/gtkfilechooserbutton.c b/gtk/gtkfilechooserbutton.c
index b61937379b..43d8c84677 100644
--- a/gtk/gtkfilechooserbutton.c
+++ b/gtk/gtkfilechooserbutton.c
@@ -86,13 +86,12 @@
* The #GtkFileChooserButton supports the #GtkFileChooserAction<!-- -->s
* %GTK_FILE_CHOOSER_ACTION_OPEN and %GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER.
*
- * <important>
- * The #GtkFileChooserButton will ellipsize the label,
- * and will thus request little horizontal space. To give the button
- * more space, you should call gtk_widget_get_preferred_size(),
- * gtk_file_chooser_button_set_width_chars(), or pack the button in
- * such a way that other interface elements give space to the widget.
- * </important>
+ * > The #GtkFileChooserButton will ellipsize the label, and will thus
+ * > request little horizontal space. To give the button more space,
+ * > you should call gtk_widget_get_preferred_size(),
+ * > gtk_file_chooser_button_set_width_chars(), or pack the button in
+ * > such a way that other interface elements give space to the
+ * > widget.
*/