PDA

View Full Version : spawnlist window title... can it be changed?



Just_A_Nut
03-29-2002, 01:53 AM
In all of My undocked windows, I can set the title (caption) to whatever I want except for the spawnlist. It always shows as "showeq".

I've tried setting the following options (one at a time, not both at the same time) in showeq.conf in the [] sections of the file :
[SpawnList]
Title                "ShowEQ-Spawnlist"

also tried setting it here:
[CategoryMgr]
Title                "ShowEQ -Spawnlist"

Neither of these worked.

I found this snippet in spawnlist.cpp
-----begin snippet-----
setCaption(pSEQPrefs->getPrefString("SpawnList_Caption", "ShowEQ - Spawn List"));
-----end snippet-----

Shouldn't that set the window title to "ShowEQ - Spawn List" if there is no option read from the showeq.conf file?

I also tried setting:
[SpawnList]
SpawnList_Caption                "ShowEQ - Spawn List"
and tried :

[SpawnList]
Caption                "ShowEQ - Spawn List"
Neither worked.

This is the only window that I can't seem to set/change the title on.

Is anyone else having this problem, is it a possible bug, or do I just have the title set in the wrong place or using the wrong option name?

Any help is greatly appreciated,
Just_A_Nut

Zaphod
03-29-2002, 08:33 AM
This will be fixed in my next CVS commit. Upon examination you would have also had this trouble with the Compass if you used it... ;-)

Enjoy,
Zaphod (dohpaZ)

Just_A_Nut
04-02-2002, 11:33 AM
Thanks Zaphod, I know this was a trivial thing, but it was just annoying the hell out of Me :D

Thanks again,
Just_A_Nut