Hey Guy, 2008/12/30 Guy Deleeuw <[email protected]>: > Hello > > This work : > m_pcbShowLogo = new WCheckBox(WString::tr("showLogo"), pwcWinMain); > > But this not : > m_pcbShowLogo = new WCheckBox(); > m_pcbShowLogo->setText(WString::tr("showLogo")); > pwcWinMain->addWidget(m_pcbShowLogo);
Ooops... Fixed in CVS. Regards, koen ------------------------------------------------------------------------------ _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
