Diff for /Amaya/amaya/trans.h between versions 1.21 and 1.22

version 1.21, 2004/11/16 14:08:56 version 1.22, 2004/12/16 09:22:46
Line 206  THOT_EXPORT Document            TransDoc Line 206  THOT_EXPORT Document            TransDoc
 /* dialog and messages */  /* dialog and messages */
 THOT_EXPORT int                 TransBaseDialog;  THOT_EXPORT int                 TransBaseDialog;
   
 #define TransMenu        0  #define TransMenu        0 /* GTK or Win32 menu */
 #define TransForm        1  #define TransForm        1 /* WX form */
 #define TransSelect      2  #define TransSelect      2 /* Get the WX selected string */
 #define TransEntry       3  #define TransEntry       3 /* Get the WX selected entry */
 #define MAX_TRANS_DLG    4  #define MAX_TRANS_DLG    4
   
 #endif /* PPSTANDALONE */  #endif /* PPSTANDALONE */

Removed from v.1.21  
changed lines
  Added in v.1.22


Webmaster