mirror of
https://github.com/greenshot/greenshot
synced 2025-08-19 13:10:00 -07:00
Fixed comment
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@819 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
067668cde6
commit
287c33c4f4
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ namespace GreenshotOCR {
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Description of CoreConfiguration.
|
/// Description of CoreConfiguration.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[IniSection("OCR", Description="Greenshot OCR configuration")]
|
[IniSection("OCR", Description="Greenshot OCR Plugin configuration")]
|
||||||
public class OCRConfiguration : IniSection {
|
public class OCRConfiguration : IniSection {
|
||||||
[IniProperty("Language", Description="Language for OCR", DefaultValue="miLANG_ENGLISH")]
|
[IniProperty("Language", Description="Language for OCR", DefaultValue="miLANG_ENGLISH")]
|
||||||
public string Language;
|
public string Language;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue