mirror of
https://github.com/greenshot/greenshot
synced 2025-08-22 22:34:27 -07:00
Add missing doublequote
This commit is contained in:
parent
74ece5cf58
commit
cc2ad45ccd
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue