|
The following will change the title of the VTS Display manager where it reads 'Display' by default. This does not change the titles of the individual application pages. To learn to do this, see the VTS Developer's Guide. - Open the Config.ini file found in the root directory of VTS
- Add the following line if it is not already there:
DispMgrFullScreen = 0 - Add the following line:
DisplayManagerTitle = My Custom Title
NOTE: This is only applicable when DispMgrFullScreen = 0
Back to 'How-to Guides'
|