Diff for /Amaya/amaya/templates.c between versions 1.47 and 1.48

version 1.47, 2005/10/12 11:02:41 version 1.48, 2005/12/05 14:11:38
Line 47  static char   *script_URL; Line 47  static char   *script_URL;
   ----------------------------------------------------------------------*/    ----------------------------------------------------------------------*/
 void NewTemplate (Document doc, View view)  void NewTemplate (Document doc, View view)
 {  {
 #ifdef TEMPLATES  #if defined(TEMPLATES) && defined(_WX)
   char  *templateDir, *lang;    char  *templateDir, *lang;
   char   s[MAX_LENGTH];    char   s[MAX_LENGTH];
   ThotBool useAmayaDir = FALSE;    ThotBool useAmayaDir = FALSE;
Line 85  void NewTemplate (Document doc, View vie Line 85  void NewTemplate (Document doc, View vie
       TtaSetDialoguePosition ();        TtaSetDialoguePosition ();
       TtaShowDialogue (BaseDialog + OpenTemplate, TRUE);        TtaShowDialogue (BaseDialog + OpenTemplate, TRUE);
     }      }
 #endif // TEMPLATES  #endif /* TEMPLATES */
 }  }
   
   

Removed from v.1.47  
changed lines
  Added in v.1.48


Webmaster