From 790eb7e0d7f3d6429192993d24178d20eea3986e Mon Sep 17 00:00:00 2001 From: JKlingen Date: Tue, 2 Oct 2012 18:48:44 +0000 Subject: [PATCH] fixed syntax error git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2110 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4 --- GreenshotInterop/OfficeExport/OutlookEmailExporter.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/GreenshotInterop/OfficeExport/OutlookEmailExporter.cs b/GreenshotInterop/OfficeExport/OutlookEmailExporter.cs index 6ca7c62d6..4c6b96000 100644 --- a/GreenshotInterop/OfficeExport/OutlookEmailExporter.cs +++ b/GreenshotInterop/OfficeExport/OutlookEmailExporter.cs @@ -38,9 +38,9 @@ namespace Greenshot.Interop.Office { private static readonly string SIGNATURE_PATH = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), @"Microsoft\Signatures"); private static Version outlookVersion = null; private static string currentUser = null; - privats const int OUTLOOK_2003 = 11; - privats const int OUTLOOK_2007 = 12; - privats const int OUTLOOK_2010 = 14; + private const int OUTLOOK_2003 = 11; + private const int OUTLOOK_2007 = 12; + private const int OUTLOOK_2010 = 14; // The signature key can be found at: // HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles\\9375CFF0413111d3B88A00104B2A6676\ [New Signature]