| 1 |
diff -ru linguistic.orig/source/dicimp.cxx linguistic/source/dicimp.cxx
|
| 2 |
--- linguistic.orig/source/dicimp.cxx 2009-10-19 12:29:09.000000000 +0100
|
| 3 |
+++ linguistic/source/dicimp.cxx 2009-10-19 12:30:08.000000000 +0100
|
| 4 |
@@ -232,8 +232,8 @@
|
| 5 |
BOOL bExists = FileExists( rMainURL );
|
| 6 |
if( !bExists )
|
| 7 |
{
|
| 8 |
- // save new dictionaries with in 6.0 Format (uses UTF8)
|
| 9 |
- nDicVersion = 6;
|
| 10 |
+ // save new dictionaries with in Format 7 (UTF8 plain text)
|
| 11 |
+ nDicVersion = 7;
|
| 12 |
|
| 13 |
//! create physical representation of an **empty** dictionary
|
| 14 |
//! that could be found by the dictionary-list implementation
|