OSDN Git Service

コンテキストメニューのリスト管理をユーザーID上以外では選択不能にした
authorf_swallow <f_swallow@users.sourceforge.jp>
Sun, 22 Aug 2010 03:03:53 +0000 (03:03 +0000)
committerKimura Youichi <kim.upsilon@bucyou.net>
Sat, 18 Feb 2012 14:14:53 +0000 (23:14 +0900)
git-svn-id: http://svn.sourceforge.jp/svnroot/tween/trunk@741 e39ad16e-3079-482e-bb30-4b4d378143b6

Tween/Tween.vb

index e0a3707..dca9b14 100644 (file)
@@ -7141,6 +7141,7 @@ RETRY:
                 ShowUserStatusContextMenuItem.Enabled = True
                 SearchPostsDetailToolStripMenuItem.Enabled = True
                 IdFilterAddMenuItem.Enabled = True
+                リストに追加LToolStripMenuItem.Enabled = True
             Else
                 FollowContextMenuItem.Enabled = False
                 RemoveContextMenuItem.Enabled = False
@@ -7148,6 +7149,7 @@ RETRY:
                 ShowUserStatusContextMenuItem.Enabled = False
                 SearchPostsDetailToolStripMenuItem.Enabled = False
                 IdFilterAddMenuItem.Enabled = False
+                リストに追加LToolStripMenuItem.Enabled = False
             End If
 
             If Regex.IsMatch(Me._postBrowserStatusText, "^https?://twitter.com/search\?q=%23") Then
@@ -7165,6 +7167,7 @@ RETRY:
             SearchPostsDetailToolStripMenuItem.Enabled = False
             UseHashtagMenuItem.Enabled = False
             IdFilterAddMenuItem.Enabled = False
+            リストに追加LToolStripMenuItem.Enabled = False
         End If
         ' 文字列選択されていないときは選択文字列関係の項目を非表示に
         Dim _selText As String = WebBrowser_GetSelectionText(PostBrowser)