News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

cosmetic code error?

Started by BlueHazzard, September 18, 2013, 10:39:58 PM

Previous topic - Next topic

BlueHazzard

Hi,
i'm reading trough the c::b source and found in the src/main.cpp file in line 639:
Manager::Get()->GetLogManager()->DebugLog(_T("Initializing plugins..."));

i personally think this is the wrong place...
maybe it should be at line 607?

607:    LoadWindowSize();
608:    ScanForPlugins();
609:    CreateToolbars();


or is there a other place where the plugins are initialized?

greetings