Shouldn't:
const wxString g_ApVendor = _T("Code::Blocks");
be:
const wxString g_AppVendor = _T("Code::Blocks");
...in appglobals.cpp?! ;-) ;-) ;-)
Morten.
Luckily, this variable is not used anywhere at all :P
Corrected that.
Quote from: thomas on January 24, 2006, 10:58:56 PM
Luckily, this variable is not used anywhere at all :P
Hehe... :lol:
Quote from: MortenMacFly on January 24, 2006, 10:50:54 PM
Shouldn't:
const wxString g_ApVendor = _T("Code::Blocks");
be:
const wxString g_AppVendor = _T("Code::Blocks");
...in appglobals.cpp?! ;-) ;-) ;-)
Morten.
That was my bad. :P :oops: