mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 14:03:23 -07:00
fixed syntax error
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2110 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
bf7885d593
commit
790eb7e0d7
1 changed files with 3 additions and 3 deletions
|
@ -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\<DefaultProfile>\9375CFF0413111d3B88A00104B2A6676\<xxxx> [New Signature]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue