Diff for /Amaya/amaya/HTMLbook.c between versions 1.10 and 1.11

version 1.10, 1997/06/13 09:39:47 version 1.11, 1997/06/17 08:50:51
Line 438  View                view; Line 438  View                view;
    /* activates the Print form */     /* activates the Print form */
     TtaShowDialogue (basePrint+NumFormPrint, FALSE);      TtaShowDialogue (basePrint+NumFormPrint, FALSE);
 #   else  /* _WINDOWS */  #   else  /* _WINDOWS */
     MessageBox(NULL, "Not yet supported.", "Setup and print", MB_ICONINFORMATION);       CreatePrintDlgWindow (TtaGetViewFrame (document, view)); 
 #   endif /* _WINDOWS */  #   endif /* _WINDOWS */
 }  }
   

Removed from v.1.10  
changed lines
  Added in v.1.11


Webmaster