If you register for free, you will be able to post threads, vote on polls and lots more. If you have problems with the registration or logging in, please contact the administrator.
The two phrases "Choose A File" & "Please select a saved game to load" do not appear, however, if I add <pre class="ip-ubbcode-code-pre"> colour="" </pre> to the following line <pre class="ip-ubbcode-code-pre"> <panel title="File Select Box" id="dlog" appearance="boxes/dialog/file select"</pre> has the desired effect.
Also adding <pre class="ip-ubbcode-code-pre"> colour="" </pre> to the line <pre class="ip-ubbcode-code-pre"> <widget class="text" id="prpt" spec="text,normal" auto_size="vertical"/> </pre> takes care of the second phrase.
I'm guessing the <pre class="ip-ubbcode-code-pre">id="prpt"</pre> has the text to be displayed hard coded somewhere else?