Diff for /Amaya/amaya/templates.c between versions 1.15 and 1.16

version 1.15, 2000/09/14 08:18:08 version 1.16, 2001/03/16 12:05:20
Line 146  Document doc; Line 146  Document doc;
         }          }
       else        else
         {          {
           TtaSetDocumentDirectory (doc, TEXT(""));            TtaSetDocumentDirectory (doc, "");
           TtaSetDocumentName (doc, buffer);            TtaSetDocumentName (doc, buffer);
         }          }
       SetWindowTitle (doc, doc, 0);        SetWindowTitle (doc, doc, 0);

Removed from v.1.15  
changed lines
  Added in v.1.16


Webmaster