Skip to content

Commit 9b20b6f

Browse files
authored
Added VB6 file extensions
1 parent 7febedc commit 9b20b6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Rubberduck.Core/UI/CodeExplorer/Commands/ExportCommand.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)