
Originally Posted by
Groxy101
If you search for "APP_LOGIN" in the source you would have found: "CWndLogin::" in the WndTitle.cpp file. After that you can search for the button's in the .cpp file. If you search for "WIDC_QUIT" you will find what you are looking for.
You are close with iTheme.cpp. But that file is also massive

. Maybe next time, just go for it and do CTRL + F and type: "font". Just don't change the wrong stuff (look at ::GetLanguage). I have made it easy for you: just search for "m_pFontWndTitle".
I already was at this point.
I changed the value of "pQuit->Move( 72, 135 );", rebuild the project but nothing happened. Im not sure if that was correct?
To the second point:
Code:
m_mapFont.SetAt( _T( "Arial Black9"), pFont );
pFont = new CD3DFont( pLangData->font.afi[4].szFont, 9);
pFont->m_nOutLine = pLangData->font.afi[4].nOutLine;
pFont->m_dwColor = 0xffffffff;
pFont->m_dwBgColor = pLangData->font.afi[4].dwBgColor;
Is it the right thing here to make changes? Because afi[4] should be Arial Black9 and therefor it should be the correct language, isnt it?
Thanks again in advance and sorry for maybe "dumb" questions, but as I already said, I'm learning :)