OSDN Git Service

投稿キーをCtrl+Enterにするオプションが保存されてないバグ修正
authorkiri_feather <kiri_feather@users.sourceforge.jp>
Mon, 31 May 2010 04:17:36 +0000 (04:17 +0000)
committerKimura Youichi <kim.upsilon@bucyou.net>
Sat, 18 Feb 2012 14:13:01 +0000 (23:13 +0900)
git-svn-id: http://svn.sourceforge.jp/svnroot/tween/trunk@406 e39ad16e-3079-482e-bb30-4b4d378143b6

Tween/Setting.vb

index 0cbf128..d7add91 100644 (file)
@@ -178,6 +178,7 @@ Public Class Setting
                 Case 2
                     _MyNameBalloon = NameBalloonEnum.NickName
             End Select
+            _MyPostCtrlEnter = CheckPostCtrlEnter.Checked
             _usePostMethod = False
             _countApi = CType(TextCountApi.Text, Integer)
             _countApiReply = CType(TextCountApiReply.Text, Integer)