Chem4Word / Version3-2

Version 2022 (3.2) of Chem4Word - A Chemistry Add-In for Microsoft Word
https://www.chem4word.co.uk
Other
21 stars 2 forks source link

User Manual does not open from the toolbar #23

Closed tomyan112 closed 2 years ago

tomyan112 commented 2 years ago

Help->User Manual Nothing happened Version: Chem4Word 2022 Beta 1 - [3.2.1.8094]

MikeWilliams-UK commented 2 years ago

@tomyan112 I will look into this - I think I may have missed a file name change :-(

MikeWilliams-UK commented 2 years ago

In the mean time you can download the new manual from https://github.com/Chem4Word/Version3-2/blob/main/docs/Chem4Word-Version3-2-User-Manual.docx

MikeWilliams-UK commented 2 years ago

As I suspected - I forgot to update a constant for the new version

const string fileNameOfManual = "Chem4Word-Version3-1-User-Manual.docx";

should have been changed to

const string fileNameOfManual = "Chem4Word-Version3-2-User-Manual.docx";

This will be fixed in the next version

MikeWilliams-UK commented 2 years ago

Fixed and waiting on internal testing before deployment.

MikeWilliams-UK commented 2 years ago

Fixed in Beta 2