Quote:
Originally Posted by Longlong07
Hi may i know where at source i can put this?
|
WndMessenger.cpp
The change he made is this part and it tells you where to put it.
Code:
#ifdef __CHAT_SCROLL_FIX
pWndText->m_wndScrollBar.SetMaxScrollPos();
#endif // __CHAT_SCROLL_FIX
Even if he didn't say in which file you should put it he atleast gave a clue.
It's related to the messenger, right? So it could be in the "interface" directory, related to a messenger file.
If that leads to nowhere, you can simply search for a unique line, let's say
Code:
string.Format( "/say \"%s\" %s", m_strPlayer, strFormat );
(make sure to have the correct search options too to be able to search through the explorer search function

)