diff options
author | Tor Lillqvist <tml@src.gnome.org> | 2008-03-30 02:31:40 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2008-03-30 02:31:40 +0000 |
commit | a5bddf0b27280736f744ce2ba6afa295fd8e4c50 (patch) | |
tree | 7826ba64398132288f2d6d4cac29c85d10074c3a /docs | |
parent | c90f04880510151f3a31edf600dd0e98918211e7 (diff) | |
download | gtk+-a5bddf0b27280736f744ce2ba6afa295fd8e4c50.tar.gz |
Use #, not @ in text.
svn path=/trunk/; revision=19948
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/tmpl/gtkenums.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/gtk/tmpl/gtkenums.sgml b/docs/reference/gtk/tmpl/gtkenums.sgml index e7fee82819..4865fe99f8 100644 --- a/docs/reference/gtk/tmpl/gtkenums.sgml +++ b/docs/reference/gtk/tmpl/gtkenums.sgml @@ -443,7 +443,7 @@ Used by #GtkCList and #GtkCTree to indicate whether a row is visible. <!-- ##### ENUM GtkWindowPosition ##### --> <para> Window placement can be influenced using this enumeration. Note that -using @GTK_WIN_POS_CENTER_ALWAYS is almost always a bad idea. +using #GTK_WIN_POS_CENTER_ALWAYS is almost always a bad idea. It won't necessarily work well with all window managers or on all windowing systems. </para> |