svnno****@sourc*****
svnno****@sourc*****
2010年 12月 29日 (水) 12:51:58 JST
Revision: 1279 http://sourceforge.jp/projects/tween/svn/view?view=rev&revision=1279 Author: f_swallow Date: 2010-12-29 12:51:58 +0900 (Wed, 29 Dec 2010) Log Message: ----------- ・フォントの設定でHandlesが抜けていたものがあったので修正 Modified Paths: -------------- trunk/Tween/AppendSettingDialog.vb -------------- next part -------------- Modified: trunk/Tween/AppendSettingDialog.vb =================================================================== --- trunk/Tween/AppendSettingDialog.vb 2010-12-29 02:34:58 UTC (rev 1278) +++ trunk/Tween/AppendSettingDialog.vb 2010-12-29 03:51:58 UTC (rev 1279) @@ -760,7 +760,7 @@ End If End Sub - Private Sub btnFontAndColor_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnInputFont.Click + Private Sub btnFontAndColor_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnUnread.Click, btnDetail.Click, btnListFont.Click, btnInputFont.Click Dim Btn As Button = CType(sender, Button) Dim rtn As DialogResult