Diff for /Amaya/amaya/HTMLbook.c between versions 1.125 and 1.126

version 1.125, 2004/11/15 17:42:59 version 1.126, 2005/01/26 15:09:43
Line 412  static void CheckPrintingDocument (Docum Line 412  static void CheckPrintingDocument (Docum
    ----------------------------------------------------------------------*/       ----------------------------------------------------------------------*/  
 static void PrintDocument (Document doc, View view)  static void PrintDocument (Document doc, View view)
 {  {
 #if defined(_WINDOWS) && defined(_WX)  #if defined(_WINDOWS) && defined(_WX) && defined(IV)
   /* On windows and with wxWidgets, disable printing for the moment */    /* On windows and with wxWidgets, disable printing for the moment */
   wxMessageDialog messagedialog( NULL,    wxMessageDialog messagedialog( NULL,
                                  TtaConvMessageToWX("Not implemented yet"),                                    TtaConvMessageToWX("Not implemented yet"), 

Removed from v.1.125  
changed lines
  Added in v.1.126


Webmaster