update 20250721
This commit is contained in:
@@ -4,6 +4,7 @@ using Microsoft.Office.Interop.Word;
|
||||
using OnDoc.Diverses;
|
||||
using OnDoc.DocMgmt;
|
||||
using OnDoc.Klassen;
|
||||
using Syncfusion.DocIO.DLS;
|
||||
using Syncfusion.WinForms.Controls;
|
||||
using Syncfusion.XlsIO;
|
||||
using Syncfusion.XlsIO.Implementation;
|
||||
@@ -153,6 +154,9 @@ namespace OnDoc
|
||||
Logging.Logging.Debug("Start - Ende", "start.cs", "");
|
||||
AppParams.StartApp = false;
|
||||
//dokList1.refresh_dokumente();
|
||||
FileStream dictornyrystream = new FileStream(System.Windows.Forms.Application.StartupPath + @"\hyph_de_CH.dic", FileMode.Open, FileAccess.Read);
|
||||
Hyphenator.Dictionaries.Add("de-CH", dictornyrystream);
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user