1
Help / Re: Codeblocks and wxwidgets 3.3 under Windows
« Last post by Miguel Gimenez on Yesterday at 06:21:21 pm »Fixed in r13642, thank you for reporting and testing.
Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!
if (nb)
{
const int idx = nb->GetPageIndex(this);
if (idx != wxNOT_FOUND)
{
nb->SetPageToolTip(idx, toolTip);
Manager::Get()->GetEditorManager()->MarkReadOnly(idx, IsReadOnly() || (fname.FileExists() && !wxFile::Access(fname.GetFullPath(), wxFile::write)) );
}
}