Use #, not @ in text.

svn path=/trunk/; revision=19948
This commit is contained in:
Tor Lillqvist 2008-03-30 02:31:40 +00:00
parent c90f048805
commit a5bddf0b27

View File

@ -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>