File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Rubberduck.Core/UI/CodeExplorer/Commands Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ public class ExportCommand : CommandBase
3030 { ComponentType . MDIForm , ComponentTypeExtensions . FormExtension } ,
3131 { ComponentType . UserControl , ComponentTypeExtensions . UserControlExtension } ,
3232 { ComponentType . DocObject , ComponentTypeExtensions . DocObjectExtension } ,
33- { ComponentType . ActiveXDesigner , ".dsr" } ,
33+ { ComponentType . ActiveXDesigner , ComponentTypeExtensions . ActiveXDesignerExtension } ,
3434 { ComponentType . PropPage , ComponentTypeExtensions . PropertyPageExtension } ,
35- { ComponentType . ResFile , ".res" } ,
35+ { ComponentType . ResFile , ComponentTypeExtensions . ResourceExtension } ,
3636 } ;
3737
3838 private readonly IFileSystemBrowserFactory _dialogFactory ;
You can’t perform that action at this time.
0 commit comments