Diff for /Amaya/amaya/templates.c between versions 1.57 and 1.58

version 1.57, 2006/05/22 10:42:43 version 1.58, 2006/06/23 14:40:28
Line 40  void NewTemplate (Document doc, View vie Line 40  void NewTemplate (Document doc, View vie
   ThotBool created;    ThotBool created;
   
   if (templates == NULL)    if (templates == NULL)
     templates = InitializeTemplateEnvironment();      InitializeTemplateEnvironment();
   created = CreateNewTemplateDocDlgWX(BaseDialog + OpenTemplate,    created = CreateNewTemplateDocDlgWX(BaseDialog + OpenTemplate,
                                       TtaGetViewFrame (doc, view), doc,                                        TtaGetViewFrame (doc, view), doc,
                                       TtaGetMessage (AMAYA, AM_NEW_TEMPLATE),templateDir);                                        TtaGetMessage (AMAYA, AM_NEW_TEMPLATE),templateDir);

Removed from v.1.57  
changed lines
  Added in v.1.58


Webmaster