The emulator window title defaults to "Symbian OS Emulator", followed
by "wins" or "winscw", and "udeb" or "urel", depending on what version of the
emulator is being run. The title can be changed through the configuration
file's WindowTitle
setting.
The process is:
Open epoc.ini
in a text editor. It can be found at
epoc32\data\
.
Enter the keyword WindowTitle
, followed by a string
to appear as the window title. There is a 80 character limit on the window
title, including the version information. If WindowTitle
is too
long, it is truncated.
For example,
WindowTitle The Emulator
sets the window title to be "The Emulator", followed by the version information.
You can also suppress version information from appearing in the title by using the keyword:
NoVersionInfo
Save the file.