mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 05:53:27 -07:00
Fixed default
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@896 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
7066a5e6ee
commit
0b3a36892d
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ namespace Greenshot.Core {
|
||||||
|
|
||||||
[IniProperty("OutputFilePath", Description="Output file path.")]
|
[IniProperty("OutputFilePath", Description="Output file path.")]
|
||||||
public string OutputFilePath;
|
public string OutputFilePath;
|
||||||
[IniProperty("OutputFileFilenamePattern", Description="Filename pattern for screenshot.", DefaultValue="%title%_%YYYY%-%MM%-%DD%_%hh%-%mm%-%ss%")]
|
[IniProperty("OutputFileFilenamePattern", Description="Filename pattern for screenshot.", DefaultValue="${capturetime}_${title}")]
|
||||||
public string OutputFileFilenamePattern;
|
public string OutputFileFilenamePattern;
|
||||||
[IniProperty("OutputFileFormat", Description="Default file type for writing screenshots. (Bmp, Gif, Jepg, Png, Tiff)", DefaultValue="Png")]
|
[IniProperty("OutputFileFormat", Description="Default file type for writing screenshots. (Bmp, Gif, Jepg, Png, Tiff)", DefaultValue="Png")]
|
||||||
public OutputFormat OutputFileFormat = OutputFormat.Png;
|
public OutputFormat OutputFileFormat = OutputFormat.Png;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue