Skip to content

Commit 0e1628d

Browse files
committed
Fixed typo
1 parent b346d7c commit 0e1628d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ListFiles.xaml.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace PerniciousGames.OpenFileInSolution
1212
{
1313
public partial class ListFiles : System.Windows.Window
1414
{
15-
internal class EvnDTEConstants
15+
internal class EnvDTEConstants
1616
{
1717
public const string vsWindowKindSolutionExplorer = "{3AE79031-E1BC-11D0-8F78-00A0C9110057}";
1818
}
@@ -142,7 +142,7 @@ private void OpenSelectedFiles(bool bInSolutionExplorer)
142142
{
143143
var projItem = (item as ProjectItemWrapper).ProjItem;
144144
var ide = OpenFileInSolutionPackage.GetActiveIDE();
145-
ide.Windows.Item(EvnDTEConstants.vsWindowKindSolutionExplorer).Activate();
145+
ide.Windows.Item(EnvDTEConstants.vsWindowKindSolutionExplorer).Activate();
146146
projItem.ExpandView();
147147
//((Microsoft.VisualStudio.PlatformUI.UIHierarchyMarshaler)ide.ActiveWindow.Object).GetItem(projItem.Name).Select(vsUISelectionType.vsUISelectionTypeSelect);
148148
break;

0 commit comments

Comments
 (0)