Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/xwt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Ungureanu <teromario@yahoo.com>2018-07-11 17:20:14 +0300
committerGitHub <noreply@github.com>2018-07-11 17:20:14 +0300
commit87c63ee963c1d666b5762994e2d3b6a7709f6053 (patch)
tree6aae6465f3baac71ff15e2d92f7ddccf42b46814
parent7cb0bbd24c7b0ee624d2a98b46fd538d94cdf749 (diff)
Update CheckBox.cs
-rw-r--r--Xwt/Xwt/CheckBox.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xwt/Xwt/CheckBox.cs b/Xwt/Xwt/CheckBox.cs
index c720fab7..999a21b2 100644
--- a/Xwt/Xwt/CheckBox.cs
+++ b/Xwt/Xwt/CheckBox.cs
@@ -88,7 +88,7 @@ namespace Xwt
}
/// <summary>
- /// Gets or sets a value indicating whether this <see cref="Xwt.Button"/> uses a mnemonic.
+ /// Gets or sets a value indicating whether this <see cref="Xwt.CheckBox"/> uses a mnemonic.
/// </summary>
/// <value><c>true</c> if it uses a mnemonic; otherwise, <c>false</c>.</value>
/// <remarks>