Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: MortenMacFly on January 24, 2006, 10:50:54 PM

Title: Minor glitch in recent changes
Post by: 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.
Title: Re: Minor glitch in recent changes
Post by: thomas on January 24, 2006, 10:58:56 PM
Luckily, this variable is not used anywhere at all :P

Corrected that.
Title: Re: Minor glitch in recent changes
Post by: MortenMacFly on January 24, 2006, 11:07:46 PM
Quote from: thomas on January 24, 2006, 10:58:56 PM
Luckily, this variable is not used anywhere at all :P
Hehe...  :lol:
Title: Re: Minor glitch in recent changes
Post by: sethjackson on January 25, 2006, 06:22:08 PM
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: