[Help] Bug with v19 Close Butts

05/18/2014 09:57 .Karles#1
Hi epvp,

A few days ago, I put the v19 theme on my server, but I got a problem with windows (This is what i get) :
[Only registered and activated users can see links. Click Here To Register...]

The theme is from some source, and I don't really know how to remove the black X, if somebody can help me it would be great.

Thank you !

Mfg
Karles.
05/18/2014 12:14 ThoughtfulDev#2
WndNeuz.cpp ( void CWndTitleBar::OnInitialUpdate() )
Code:
m_awndButton[ WTBID_CLOSE - 10000 ].Create( _T( "" ), 0, CRect( m_nButtonMax * 16, 4 , m_nButtonMax * 16 + 16, 20), this, WTBID_CLOSE ), m_nButtonMax++;
Code:
Create( _T( "" )
is important in your file it will look like this
Code:
Create( _T( "x" )
just remove the x and youre done
05/18/2014 12:57 .Karles#3
Hello, Thank you sm, let's build :p

#Solved.

Mfg
Karles.