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
30
30
{ ComponentType . MDIForm , ComponentTypeExtensions . FormExtension } ,
31
31
{ ComponentType . UserControl , ComponentTypeExtensions . UserControlExtension } ,
32
32
{ ComponentType . DocObject , ComponentTypeExtensions . DocObjectExtension } ,
33
- { ComponentType . ActiveXDesigner , ".dsr" } ,
33
+ { ComponentType . ActiveXDesigner , ComponentTypeExtensions . ActiveXDesignerExtension } ,
34
34
{ ComponentType . PropPage , ComponentTypeExtensions . PropertyPageExtension } ,
35
- { ComponentType . ResFile , ".res" } ,
35
+ { ComponentType . ResFile , ComponentTypeExtensions . ResourceExtension } ,
36
36
} ;
37
37
38
38
private readonly IFileSystemBrowserFactory _dialogFactory ;
You can’t perform that action at this time.
0 commit comments