OSDN Git Service

起動時に設定済みハッシュタグがボタンテキストに表示されないバグ修正
authorkiri_feather <kiri_feather@users.sourceforge.jp>
Thu, 28 Jan 2010 19:27:50 +0000 (19:27 +0000)
committerKimura Youichi <kim.upsilon@bucyou.net>
Sat, 18 Feb 2012 14:10:49 +0000 (23:10 +0900)
git-svn-id: http://svn.sourceforge.jp/svnroot/tween/trunk@71 e39ad16e-3079-482e-bb30-4b4d378143b6

Tween/Tween.resx
Tween/Tween.vb

index 2bbf8ca..70f8c82 100644 (file)
     <value>StatusLabel</value>
   </data>
   <data name="&gt;&gt;StatusLabel.Type" xml:space="preserve">
-    <value>Tween.TweenCustomControl.ToolStripLabelHistory, Tween, Version=0.8.3681.337, Culture=neutral, PublicKeyToken=null</value>
+    <value>Tween.TweenCustomControl.ToolStripLabelHistory, Tween, Version=0.8.3681.7215, Culture=neutral, PublicKeyToken=null</value>
   </data>
   <data name="&gt;&gt;HashStripSplitButton.Name" xml:space="preserve">
     <value>HashStripSplitButton</value>
index 0c8ce8f..2fa581a 100644 (file)
@@ -684,6 +684,7 @@ Public Class TweenMain
         HashSupl = New AtIdSupplement(_cfgCommon.HashTags, "#")
         HashMgr = New HashtagManage(HashSupl, _cfgCommon.HashTags.ToArray)
         HashMgr.UseHash = _cfgCommon.HashSelected
+        If HashMgr.UseHash <> "" Then HashStripSplitButton.Text = HashMgr.UseHash
 
         _initial = True