Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
ezfit:5x:private_label_customization [2015/10/02 12:21]
smayr [Add Custom Company]
ezfit:5x:private_label_customization [2015/10/02 12:24] (current)
smayr [Add Custom Company]
Line 47: Line 47:
 switch(_Company.Code) switch(_Company.Code)
 { {
-    case TCustomCompany.Auditiva:     _Application.AppName = "fitPRO";  break; +    case TCustomCompany.Auditiva: _Application.AppName = "fitPRO";  break; 
-    case TCustomCompany.Acme:         _Application.AppName = "AcmeEzFITApp"; break;+    case TCustomCompany.Acme:     _Application.AppName = "AcmeEzFITApp"; break;
     ...     ...
     default: _Application.AppName = "ezFIT"; break;     default: _Application.AppName = "ezFIT"; break;