mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 03:02:35 +01:00
16 lines
269 B
C#
16 lines
269 B
C#
namespace Nikse.SubtitleEdit.Core.Enums
|
|
{
|
|
public enum SpellCheckAction
|
|
{
|
|
Change,
|
|
ChangeAll,
|
|
Skip,
|
|
SkipAll,
|
|
AddToDictionary,
|
|
Abort,
|
|
ChangeLanguage,
|
|
AddToNamesEtc,
|
|
ChangeWholeText
|
|
}
|
|
}
|