summaryrefslogtreecommitdiff
path: root/docs/reference/gtk/tmpl/gtkscale.sgml
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2002-06-03 17:47:31 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2002-06-03 17:47:31 +0000
commit96937b32e4f87aaa398b323ee3648ff0ba42e3c2 (patch)
treeceaa7cd8c62a9bf6e827b3779ec508c44d9f7738 /docs/reference/gtk/tmpl/gtkscale.sgml
parentdc8e66d35d1d0d5b7c693cce355f7cdfe8e72c0a (diff)
downloadgdk-pixbuf-96937b32e4f87aaa398b323ee3648ff0ba42e3c2.tar.gz
Replace homegrown "nbsp", "hash" and "percent" entities by standard ISO
* gtk/tmpl/gtkprogress.sgml: * gtk/tmpl/gtkscale.sgml: * gtk/tmpl/gtktreemodel.sgml: * gtk/tmpl/gtkimage.sgml: * gtk/tmpl/gtksignal.sgml: * gtk/tmpl/gtkrc.sgml: * gtk/gtk-docs.sgml: * gdk/gdk-docs.sgml: * gdk/tmpl/threads.sgml: * gdk/tmpl/cursors.sgml: * gdk/tmpl/rgb.sgml: Replace homegrown "nbsp", "hash" and "percent" entities by standard ISO entities "nbsp", "num" and "percnt". * gtk/text_widget.sgml: Fix a link.
Diffstat (limited to 'docs/reference/gtk/tmpl/gtkscale.sgml')
-rw-r--r--docs/reference/gtk/tmpl/gtkscale.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/gtk/tmpl/gtkscale.sgml b/docs/reference/gtk/tmpl/gtkscale.sgml
index bca98aacb..8935f1164 100644
--- a/docs/reference/gtk/tmpl/gtkscale.sgml
+++ b/docs/reference/gtk/tmpl/gtkscale.sgml
@@ -121,7 +121,7 @@ static gchar*
format_value_callback (GtkScale *scale,
gdouble value)
{
- return g_strdup_printf ("--&gt;&percent;0.*g&lt;--",
+ return g_strdup_printf ("--&gt;&percnt;0.*g&lt;--",
gtk_scale_get_digits (scale), value);
}
</programlisting></informalexample>