Add missing doublequote

This commit is contained in:
Moshe Kaplan 2020-01-27 20:29:46 -05:00 committed by GitHub
commit cc2ad45ccd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@
<DockPanel LastChildFill="True">
<Label Content="{Binding GreenshotLanguage.SettingsOutput}" Width="100" />
<Button Content="..." Name="SelectOutputPath" ToolTip="{Binding GreenshotLanguage.SettingsOutput}/>
<Button Content="..." Name="SelectOutputPath" ToolTip="{Binding GreenshotLanguage.SettingsOutput}"/>
<TextBox Text="{Binding FileConfiguration.OutputFilePath}"/>
</DockPanel>