• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

OpenTweenのfork


Commit MetaInfo

修订版049673b410bcf71b7cd929c1aa8bf241a771acc4 (tree)
时间2012-05-25 12:15:21
作者Kimura Youichi <kim.upsilon@bucy...>
CommiterKimura Youichi

Log Message

UserStreamsのイベントログ表示をEscキーで閉じられない問題を修正

更改概述

差异

--- a/OpenTween/EventViewerDialog.Designer.cs
+++ b/OpenTween/EventViewerDialog.Designer.cs
@@ -235,9 +235,9 @@
235235 //
236236 // EventViewerDialog
237237 //
238- this.AcceptButton = this.OK_Button;
239238 resources.ApplyResources(this, "$this");
240239 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
240+ this.CancelButton = this.OK_Button;
241241 this.Controls.Add(this.SaveLogButton);
242242 this.Controls.Add(this.CheckBoxFilter);
243243 this.Controls.Add(this.CheckRegex);
--- a/OpenTween/Resources/ChangeLog.txt
+++ b/OpenTween/Resources/ChangeLog.txt
@@ -2,6 +2,7 @@
22
33 ==== Ver 1.0.3-beta1(2012/xx/xx)
44 * CHG: yats-data.comのTwitter検索を削除 (サイト閉鎖のため)
5+ * FIX: UserStreamsのイベントログ表示をEscキーで閉じられない問題を修正
56
67 ==== Ver 1.0.2(2012/05/19)
78 * NEW: アップデート確認機能を追加