• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

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

OpenTweenのfork


Commit MetaInfo

修訂d89df91fcc6e4c263054aeaa3bf118543cfd07ad (tree)
時間2012-02-18 23:10:49
作者kiri_feather <kiri_feather@user...>
CommiterKimura Youichi

Log Message

起動時に設定済みハッシュタグがボタンテキストに表示されないバグ修正

git-svn-id: http://svn.sourceforge.jp/svnroot/tween/trunk@71 e39ad16e-3079-482e-bb30-4b4d378143b6

Change Summary

差異

--- a/Tween/Tween.resx
+++ b/Tween/Tween.resx
@@ -1642,7 +1642,7 @@
16421642 <value>StatusLabel</value>
16431643 </data>
16441644 <data name="&gt;&gt;StatusLabel.Type" xml:space="preserve">
1645- <value>Tween.TweenCustomControl.ToolStripLabelHistory, Tween, Version=0.8.3681.337, Culture=neutral, PublicKeyToken=null</value>
1645+ <value>Tween.TweenCustomControl.ToolStripLabelHistory, Tween, Version=0.8.3681.7215, Culture=neutral, PublicKeyToken=null</value>
16461646 </data>
16471647 <data name="&gt;&gt;HashStripSplitButton.Name" xml:space="preserve">
16481648 <value>HashStripSplitButton</value>
--- a/Tween/Tween.vb
+++ b/Tween/Tween.vb
@@ -684,6 +684,7 @@ Public Class TweenMain
684684 HashSupl = New AtIdSupplement(_cfgCommon.HashTags, "#")
685685 HashMgr = New HashtagManage(HashSupl, _cfgCommon.HashTags.ToArray)
686686 HashMgr.UseHash = _cfgCommon.HashSelected
687+ If HashMgr.UseHash <> "" Then HashStripSplitButton.Text = HashMgr.UseHash
687688
688689 _initial = True
689690