From: boca4711 <boc...@us...> - 2004-11-01 14:40:33
|
Update of /cvsroot/anyedit/AnyEditToolkit/GuiLib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2204/GuiLib Modified Files: GuiWorkTab.cpp Log Message: This tab control doesn't change the window title of parent window. Index: GuiWorkTab.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditToolkit/GuiLib/GuiWorkTab.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** GuiWorkTab.cpp 15 Oct 2004 14:01:52 -0000 1.2 --- GuiWorkTab.cpp 1 Nov 2004 14:40:25 -0000 1.3 *************** *** 58,61 **** --- 58,62 ---- m_EnableL = FALSE; m_EnableR = FALSE; + SetActualTitle(FALSE); } |