File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments