1
0
mirror of https://github.com/greenshot/greenshot.git synced 2025-03-12 05:25:25 -07:00

BUG-2440 Corrected typos ()

This commit is contained in:
leewilmott 2019-05-17 06:15:23 +01:00 committed by Robin Krom
parent 9d95b69d47
commit 66c919098d

@ -37,10 +37,10 @@ namespace Greenshot.Addon.Office
public class OfficeAddonModule : AddonModule
{
private const string Word = "Word.Application";
private const string Excel = "Exceldd.Application";
private const string Excel = "Excel.Application";
private const string PowerPoint = "PowerPoint.Application";
private const string OneNote = "OneNote.Application";
private const string Outlook = @"Outlook.Application";
private const string Outlook = "Outlook.Application";
/// <summary>
/// Helper method to test the registry for the existence of an application