quote:
Originally posted by Shondoit
I don't mind you changing it, but it doesn't work for me now, as I'm using the dutch version MP!L, and it doesn't say 'Tabbed chats'
Could you also post the Title of the Owner window, it should show up in the debug window...
This is what it says in the debug window:
quote:
Title = Dave - Conversation (2 tabbed chats)
If there are no tabs, it just reads:
quote:
Title = Dave - Conversation
I guess implementing it for every language will be difficult like this. Perhaps you could use
Messenger.CurrentChats.Count in conjunction with
TabChatAuto in the registry. (For example, if
TabChatAuto == 1 and
Messenger.CurrentChats.Count > 1, then update the position.)