Skip to content

Commit f3776cb

Browse files
committed
fixed command type, closes #4605
1 parent 2849f0c commit f3776cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rubberduck.Core/Navigation/CodeExplorer/CodeExplorerViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ public double FontSize
547547
public AddTestModuleWithStubsCommand AddTestModuleWithStubsCommand { get; set; }
548548
public AddTemplateCommand AddTemplateCommand { get; set; }
549549
public OpenDesignerCommand OpenDesignerCommand { get; set; }
550-
public CommandBase OpenProjectPropertiesCommand { get; set; }
550+
public OpenProjectPropertiesCommand OpenProjectPropertiesCommand { get; set; }
551551
public SetAsStartupProjectCommand SetAsStartupProjectCommand { get; set; }
552552
public RenameCommand RenameCommand { get; set; }
553553
public IndentCommand IndenterCommand { get; set; }

0 commit comments

Comments
 (0)