GtkApplicationWindow: fix a typo

And add a link to the screenshots.
This commit is contained in:
Matthias Clasen 2011-12-20 14:10:39 -05:00
parent 325142fba7
commit b5577781d1

View File

@ -68,9 +68,11 @@
* *
* If the desktop environment does not display the menubar, then * If the desktop environment does not display the menubar, then
* #GApplicationWindow will automatically show a #GtkMenubar for it. * #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 * This behaviour can be overridden with the #GtkApplicationWindow:show-menubar
* property. If the desktop environment does not display the application * 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> * <example><title>A GtkApplicationWindow with a menubar</title>
* <programlisting><![CDATA[ * <programlisting><![CDATA[