diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-12-20 14:10:39 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-12-20 14:10:39 -0500 |
commit | b5577781d196521ebfc09c3ca1f443140018b2e1 (patch) | |
tree | b30cfa6ecc9c292968b0df542e4c2e690a7a5a52 /gtk/gtkapplicationwindow.c | |
parent | 325142fba782ffe7d165cc105c7ad0099cf29958 (diff) | |
download | gtk+-b5577781d196521ebfc09c3ca1f443140018b2e1.tar.gz |
GtkApplicationWindow: fix a typo
And add a link to the screenshots.
Diffstat (limited to 'gtk/gtkapplicationwindow.c')
-rw-r--r-- | gtk/gtkapplicationwindow.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk/gtkapplicationwindow.c b/gtk/gtkapplicationwindow.c index e11fc6ca6c..5f1d57c83d 100644 --- a/gtk/gtkapplicationwindow.c +++ b/gtk/gtkapplicationwindow.c @@ -68,9 +68,11 @@ * * If the desktop environment does not display the menubar, then * #GApplicationWindow will automatically show a #GtkMenubar for it. + * (see the #GtkApplication docs for some screenshots of how this + * looks on different platforms). * This behaviour can be overridden with the #GtkApplicationWindow:show-menubar * property. If the desktop environment does not display the application - * menu, then it will automatilly be included in the menubar. + * menu, then it will automatically be included in the menubar. * * <example><title>A GtkApplicationWindow with a menubar</title> * <programlisting><![CDATA[ |