summaryrefslogtreecommitdiff
path: root/gtk/gtklabel.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-09-08 15:23:52 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-09-08 15:36:15 -0400
commit656deeb48942b9a09e352c0f5e4d1dfcc2f75fe2 (patch)
treed0c3ec4cece49ab982ca492ce7ae0b13755c57e8 /gtk/gtklabel.c
parenta8915b89d76c3dd39b828f781c7044e92f792a0d (diff)
downloadgtk+-656deeb48942b9a09e352c0f5e4d1dfcc2f75fe2.tar.gz
Fix a missing id in the docs
label-text-layout was missing, causing two broken links further down in the page.
Diffstat (limited to 'gtk/gtklabel.c')
-rw-r--r--gtk/gtklabel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtklabel.c b/gtk/gtklabel.c
index 3f549a047b..f0bf38fa21 100644
--- a/gtk/gtklabel.c
+++ b/gtk/gtklabel.c
@@ -169,9 +169,9 @@
* Labels can be made selectable with gtk_label_set_selectable().
* Selectable labels allow the user to copy the label contents to
* the clipboard. Only labels that contain useful-to-copy information
- * &mdash; such as error messages &mdash; should be made selectable.
+ * — such as error messages — should be made selectable.
*
- * # Text layout
+ * # Text layout # {#label-text-layout}
*
* A label can contain any number of paragraphs, but will have
* performance problems if it contains more than a small number.