mirror of
https://github.com/greenshot/greenshot
synced 2025-08-22 22:34:27 -07:00
BUG-2440 Corrected typos
This commit is contained in:
parent
9d95b69d47
commit
529a157593
1 changed files with 2 additions and 2 deletions
|
@ -37,10 +37,10 @@ namespace Greenshot.Addon.Office
|
||||||
public class OfficeAddonModule : AddonModule
|
public class OfficeAddonModule : AddonModule
|
||||||
{
|
{
|
||||||
private const string Word = "Word.Application";
|
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 PowerPoint = "PowerPoint.Application";
|
||||||
private const string OneNote = "OneNote.Application";
|
private const string OneNote = "OneNote.Application";
|
||||||
private const string Outlook = @"Outlook.Application";
|
private const string Outlook = "Outlook.Application";
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Helper method to test the registry for the existence of an application
|
/// Helper method to test the registry for the existence of an application
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue