--- App.m.orig	2016-03-14 13:53:47.000000000 -0500
+++ App.m	2019-02-15 14:58:22.000000000 -0600
@@ -392,7 +392,7 @@
     /* create Cenon HOME-Library. If it doesn't exist, we copy the frame
      * FIXME: on Apple, we have to prepare this in the HOME/Documents folder now !
      */
-    path = vhfUserLibrary(APPNAME); // vhfUserLibrary(APPNAME) or vhfUserDocuments(APPNAME)
+    path = vhfUserDocuments(APPNAME); // vhfUserLibrary(APPNAME) or vhfUserDocuments(APPNAME)
     if ( ! [fileManager fileExistsAtPath:path] )    // no Cenon Home-Library
     {
         if ( ![fileManager fileExistsAtPath:localLibrary()] )
