Sophie

Sophie

distrib > Fedora > 16 > x86_64 > media > updates-src > by-pkgid > c51b6c820f572750c73f1ec39b387ea3 > files > 6

mozc-1.5.1090.102-2.fc16.src.rpm

diff -pruN mozc-1.3.911.102.orig/handwriting/zinnia_handwriting.cc mozc-1.3.911.102/handwriting/zinnia_handwriting.cc
--- mozc-1.3.911.102.orig/handwriting/zinnia_handwriting.cc	2011-11-30 18:02:08.000000000 +0900
+++ mozc-1.3.911.102/handwriting/zinnia_handwriting.cc	2011-12-02 11:39:28.000000000 +0900
@@ -51,7 +51,7 @@ string GetModelFileName() {
 #elif defined(USE_LIBZINNIA)
   // On Linux, use the model for tegaki-zinnia.
   const char kModelFile[] =
-      "/usr/share/tegaki/models/zinnia/handwriting-ja.model";
+      "/usr/share/zinnia/model/tomoe/handwriting-ja.model";
   return kModelFile;
 #else
   const char kModelFile[] = "handwriting-ja.model";