Skip to content

Commit

Permalink
LT-22021: Add Word export doc to Help > Resources menu (#252)
Browse files Browse the repository at this point in the history
* LT-22021 Add documentation for export to Word

Added access to Publishing Flex dictionaries via Word

Change-Id: I1c2beaaa92f18b07ef8d6ab7764edaad48a4b2c2

* Replaced OnHelpPublishToWord

---------

Co-authored-by: Ken Zook <[email protected]>
Co-authored-by: Mark Kidder <[email protected]>
  • Loading branch information
3 people authored Jan 23, 2025
1 parent 985bbc7 commit 4fb0ef9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions DistFiles/Language Explorer/Configuration/ContextHelp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@
<item id="CmdHelpDemoMovies">Open the Demo Movies online.</item>
<item id="CmdHelpLexicographyIntro">Display Introduction to Lexicography (only available in English).</item>
<item id="CmdHelpNotesSFMDatabaseImport">Display technical notes on SFM database import (only available in English).</item>
<item id="CmdHelpPublishToWord">Display publishing FLEx dictionaries using Microsoft Word (only available in English).</item>
<item id="CmdHelpNotesSendReceive">Display technical notes on FieldWorks Send/Receive (only available in English).</item>
<item id="CmdHelpNotesLinguaLinksDatabaseImport">Display technical notes on LinguaLinks database import (only available in English).</item>
<item id="CmdHelpNotesInterlinearImport">Display technical notes on interlinear import (only available in English).</item>
Expand Down
4 changes: 4 additions & 0 deletions DistFiles/Language Explorer/Configuration/Main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,9 @@
<parameters file="Lexicography Introduction/Introduction to Lexicography.htm"/>
</command>
<command id="CmdHelpNotesSFMDatabaseImport" label="Technical Notes on _SFM Database Import..." message="HelpNotesSFMDatabaseImport"/>
<command id="CmdHelpPublishToWord" label="Publishing FLEx Dictionaries to Word..." message="HelpTrainingFile">
<parameters file="Publishing FLEx Dictionaries Using Microsoft Word.pdf"/>
</command>
<command id="CmdHelpNotesSendReceive" label="Technical Notes on FieldWorks Send-_Receive..." message="HelpNotesSendReceive"/>
<command id="CmdHelpNotesLinguaLinksDatabaseImport" label="Technical Notes on Lin_guaLinks Import..." message="HelpNotesLinguaLinksDatabaseImport"/>
<!-- Help/Resources/Technical Notes on LinguaLinks Import... -->
Expand Down Expand Up @@ -607,6 +610,7 @@
<menu id="Resources" label="_Resources">
<item command="CmdHelpLexicographyIntro"/>
<item command="CmdHelpMorphologyInto"/>
<item command="CmdHelpPublishToWord"/>
<item command="CmdHelpNotesSendReceive"/>
<item command="CmdHelpNotesSFMDatabaseImport"/>
<item command="CmdHelpNotesLinguaLinksDatabaseImport"/>
Expand Down

0 comments on commit 4fb0ef9

Please sign in to comment.