Skip to content

Commit

Permalink
Temporary removed text editors available
Browse files Browse the repository at this point in the history
  • Loading branch information
X39 committed Feb 20, 2020
1 parent e5a56cc commit b8cba00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Arma.Studio/UI/Windows/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<MenuItem Header="{x:Static p:Language.MainWindow_Menu_File}">
<MenuItem Header="{x:Static p:Language.MainWindow_Menu_File_New}">
<MenuItem.Resources>
<CollectionViewSource x:Key="TextEditorsAvailable" Source="{Binding TextEditorsAvailable}"/>
<!--<CollectionViewSource x:Key="TextEditorsAvailable" Source="{Binding TextEditorsAvailable}"/>-->
<CollectionViewSource x:Key="DocumentsAvailable" Source="{Binding DocumentsAvailable}"/>
</MenuItem.Resources>
<MenuItem.ItemsSource>
Expand Down

0 comments on commit b8cba00

Please sign in to comment.