Fix new connections having a globe icon.

This commit is contained in:
Riley McArdle
2013-03-19 22:24:42 -05:00
parent 08ddee1bda
commit 1608d48495
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
Fixed issue MR-406 - Items disappear from External Tools toolbar when accessing External Tools panel
Fixed issue MR-410 - Unhandled exception when clicking New button under Theme
Fixed new connections having a globe icon.
1.71 Beta 2 (2013-03-19):
Added feature MR-336 - Customizable background color for the windows/panels

View File

@@ -190,7 +190,7 @@ Namespace Tree
Dim nNode As New TreeNode
Select Case NodeType
Case Type.Connection Or Type.PuttySession
Case Type.Connection, Type.PuttySession
nNode.Text = My.Language.strNewConnection
nNode.ImageIndex = Images.Enums.TreeImage.ConnectionClosed
nNode.SelectedImageIndex = Images.Enums.TreeImage.ConnectionClosed