mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-24 12:45:45 +00:00
fix a typo
svn path=/trunk/gtk-sharp/; revision=122744
This commit is contained in:
parent
3dcf49c8e4
commit
7fff96ee2b
|
@ -7,7 +7,7 @@
|
|||
</AssemblyInfo>
|
||||
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
|
||||
<Docs>
|
||||
<summary>This class extends <see cref="Gtk.Dialog" />, providing a dialog to show information about a program.</summary>
|
||||
<summary>This class extends <see cref="T:Gtk.Dialog" />, providing a dialog to show information about a program.</summary>
|
||||
<remarks>
|
||||
<para>
|
||||
The <see cref="T:Gtk.AboutDialog" /> offers a simple way to display information about a program like its logo, name, copyright, website and license. It is also possible to give credits to the authors, documenters, translators and artists who have worked on the program. An about dialog is typically opened when the user selects the About option from the Help menu. All parts of the dialog are optional.
|
||||
|
@ -496,4 +496,4 @@ If set, this property overrides the <see cref="P:Gtk.AboutDialog.Logo" /> proper
|
|||
</Docs>
|
||||
</Member>
|
||||
</Members>
|
||||
</Type>
|
||||
</Type>
|
Loading…
Reference in a new issue