mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
Changed some more properties, now I have a way so supply "defaults" which aren't constants
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@856 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
8eafe91ce0
commit
2a1ef29b84
8 changed files with 53 additions and 19 deletions
|
@ -64,7 +64,7 @@ namespace Greenshot.Test
|
|||
public void SuggestBasicFileNameTest() {
|
||||
CoreConfiguration conf = IniConfig.GetIniSection<CoreConfiguration>();
|
||||
//conf.Output_FileAs_Fullpath = @"c:\path\to\greenshot_testdir\gstest_28.jpg";
|
||||
conf.Output_File_Path = @"c:\path\to\greenshot_testdir\";
|
||||
conf.OutputFilePath = @"c:\path\to\greenshot_testdir\";
|
||||
conf.OutputFileFilenamePattern = "gstest_%NUM%";
|
||||
conf.OutputFileFormat = OutputFormat.Jpeg;
|
||||
conf.OutputFileIncrementingNumber = 28;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue