Some small changes for a dirty flag in the configuration

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@811 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2010-08-18 05:39:10 +00:00
parent afc764aa41
commit 09f5dda19f
2 changed files with 8 additions and 3 deletions

View file

@ -21,7 +21,7 @@
using System;
using System.Collections.Generic;
namespace GreenshotCore.Configuration {
namespace Greenshot.Core {
public enum Destinations {Editor=1, FileDefault=2, FileWithDialog=4, Clipboard=8, Printer=16, EMail=32}
/// <summary>
/// Description of CoreConfiguration.