|  | @@ -296,8 +296,8 @@ int RegisterCalculator(){
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |      CC=memAcquire(sizeof(CalculatorCollection));
 |  |      CC=memAcquire(sizeof(CalculatorCollection));
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -    laRegisterUiTemplate("panel_calc", "Calculator", CalcPanel, 0, 0,0, 0);
 |  | 
 | 
											
												
													
														|  | -    laRegisterUiTemplate("panel_calc_regular", "Data", CalcPanelRegular, 0, 0,0, 0);
 |  | 
 | 
											
												
													
														|  | 
 |  | +    laRegisterUiTemplate("panel_calc", "Calculator", CalcPanel, 0, 0,0, 0,0,0);
 | 
											
												
													
														|  | 
 |  | +    laRegisterUiTemplate("panel_calc_regular", "Data", CalcPanelRegular, 0, 0,0, 0,0,0);
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |      laCreateOperatorType("CALC_add_calculator", "Add Calculator", "Add a calculator", 0,0,0,INV_AddCalculator,0,'+',0);
 |  |      laCreateOperatorType("CALC_add_calculator", "Add Calculator", "Add a calculator", 0,0,0,INV_AddCalculator,0,'+',0);
 | 
											
												
													
														|  |      laCreateOperatorType("CALC_add_rack", "Add Rack", "Add a rack into the calculator", 0,0,0,INV_AddRack,0,'+',0);
 |  |      laCreateOperatorType("CALC_add_rack", "Add Rack", "Add a rack into the calculator", 0,0,0,INV_AddRack,0,'+',0);
 |