OSDN Git Service

本文入力欄のAccessibleDescriptionに残り文字数のテキストを追加
[opentween/open-tween.git] / OpenTween / Tween.cs
index 1b526c2..ddde582 100644 (file)
@@ -4699,6 +4699,9 @@ namespace OpenTween
             {
                 StatusText.ForeColor = _clInputFont;
             }
+
+            this.StatusText.AccessibleDescription = string.Format(Properties.Resources.StatusText_AccessibleDescription, pLen);
+
             if (string.IsNullOrEmpty(StatusText.Text))
             {
                 this.inReplyTo = null;