Fixed pattern

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@894 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2010-09-22 09:39:18 +00:00
parent b2d2711256
commit 750564882c

View file

@ -65,7 +65,7 @@ namespace Greenshot.Test
CoreConfiguration conf = IniConfig.GetIniSection<CoreConfiguration>();
//conf.Output_FileAs_Fullpath = @"c:\path\to\greenshot_testdir\gstest_28.jpg";
conf.OutputFilePath = @"c:\path\to\greenshot_testdir\";
conf.OutputFileFilenamePattern = "gstest_%NUM%";
conf.OutputFileFilenamePattern = "gstest_${NUM}";
conf.OutputFileFormat = OutputFormat.Jpeg;
conf.OutputFileIncrementingNumber = 28;
SaveImageFileDialog sifd = new SaveImageFileDialog();