Skip to content

Commit

Permalink
Oops....
Browse files Browse the repository at this point in the history
  • Loading branch information
RobethX committed Mar 2, 2018
1 parent ef5140d commit 6e8373b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Patcher/Patcher/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</Menu>
</DockPanel>
<ComboBox x:Name="comboBoxGame" Margin="10,25,10,0" Height="20" VerticalAlignment="Top" SelectionChanged="comboBoxGame_SelectionChanged">
<ComboBoxItem Content="Borderlands 1" IsEnabled="True" />
<ComboBoxItem Content="Borderlands 1" IsEnabled="False" />
<ComboBoxItem Content="Borderlands 2" IsSelected="True" IsEnabled="True" />
<ComboBoxItem Content="Borderlands: The Pre-Sequel" IsEnabled="True" />
</ComboBox>
Expand Down

0 comments on commit 6e8373b

Please sign in to comment.