Ignore:
Timestamp:
May 9, 2015, 7:26:48 AM (9 years ago)
Author:
healthsevak
Message:

Implemented the OpenSource based spell check feature

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/branches/HealthSevak-CPRS/CPRS-Chart/Templates/fTemplateFieldEditor.dfm

    r1693 r1699  
    825825      AutoSize = True
    826826      ButtonHeight = 21
    827       ButtonWidth = 43
     827      ButtonWidth = 37
    828828      Caption = 'MenuBar1'
    829829      Menu = mnuMain
     
    10901090      OnClick = mnuBPCheckGrammarClick
    10911091    end
     1092    object popNoteMemoSpellOpenSource: TMenuItem
     1093      Caption = 'Chec&k Spelling (OpenSource based)'
     1094      ShortCut = 118
     1095      OnClick = mnuBPSpellCheckClick
     1096    end
    10921097    object mnuBPSpellCheck: TMenuItem
    1093       Caption = 'Check &Spelling'
     1098      Caption = 'Check &Spelling (MS Office based)'
    10941099      ShortCut = 16467
    10951100      OnClick = mnuBPSpellCheckClick
Note: See TracChangeset for help on using the changeset viewer.