View | Details | Raw Unified | Return to issue 106032
Collapse All | Expand All

(-)linguistic.orig/source/dicimp.cxx (-2 / +2 lines)
Lines 232-239 Link Here
232
        BOOL bExists = FileExists( rMainURL );
232
        BOOL bExists = FileExists( rMainURL );
233
		if( !bExists )
233
		if( !bExists )
234
		{
234
		{
235
			// save new dictionaries with in 6.0 Format (uses UTF8)
235
			// save new dictionaries with in Format 7 (UTF8 plain text)
236
			nDicVersion	 = 6;
236
			nDicVersion	 = 7;
237
237
238
            //! create physical representation of an **empty** dictionary
238
            //! create physical representation of an **empty** dictionary
239
            //! that could be found by the dictionary-list implementation
239
            //! that could be found by the dictionary-list implementation

Return to issue 106032