Diff for /rpl/modules/motif/motif.rplc between versions 1.1 and 1.2

version 1.1, 2017/07/04 19:11:02 version 1.2, 2017/07/04 21:13:37
Line 22  exportExternalFunctions( Line 22  exportExternalFunctions(
 declareSubroutine(onLoading)  declareSubroutine(onLoading)
     declareInteger(i);      declareInteger(i);
   
     notice(stdout, "\nMotif library V1R1 for RPL/2 (C) 2017 BERTRAND Joel\n");      notice(stdout, "\nMotif library V2R1 for RPL/2 (C) 2017 BERTRAND Joel\n");
     notice(stdout, "Motif library loaded.\n\n");      notice(stdout, "Motif library loaded.\n\n");
   
     nombre_widgets = 256;      nombre_widgets = 256;

Removed from v.1.1  
changed lines
  Added in v.1.2


CVSweb interface <joel.bertrand@systella.fr>