Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

Minor glitch in recent changes

(1/1)

MortenMacFly:
Shouldn't:

--- Code: ---const wxString g_ApVendor = _T("Code::Blocks");

--- End code ---
be:

--- Code: ---const wxString g_AppVendor = _T("Code::Blocks");

--- End code ---
...in appglobals.cpp?! ;-) ;-) ;-)
Morten.

thomas:
Luckily, this variable is not used anywhere at all :P

Corrected that.

MortenMacFly:

--- Quote from: thomas on January 24, 2006, 10:58:56 pm ---Luckily, this variable is not used anywhere at all :P

--- End quote ---
Hehe...  :lol:

sethjackson:

--- Quote from: MortenMacFly on January 24, 2006, 10:50:54 pm ---Shouldn't:

--- Code: ---const wxString g_ApVendor = _T("Code::Blocks");

--- End code ---
be:

--- Code: ---const wxString g_AppVendor = _T("Code::Blocks");

--- End code ---
...in appglobals.cpp?! ;-) ;-) ;-)
Morten.

--- End quote ---

That was my bad.  :P :oops:

Navigation

[0] Message Index

Go to full version