Skip to content

Commit 511aa56

Browse files
committed
This was just for debug, didn't mean to commit
1 parent 0e1628d commit 511aa56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ListFiles.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ private void OpenSelectedFiles(bool bInSolutionExplorer)
129129
{
130130
try
131131
{
132-
var w = (item as ProjectItemWrapper).ProjItem.Open("{7651A703-06E5-11D1-8EBD-00A0C90F26EA}");
132+
var w = (item as ProjectItemWrapper).ProjItem.Open();
133133
w.Visible = true;
134134
}
135135
catch (Exception)

0 commit comments

Comments
 (0)