News:

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

Main Menu

Minor glitch in recent changes

Started by MortenMacFly, January 24, 2006, 10:50:54 PM

Previous topic - Next topic

MortenMacFly

Shouldn't:

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

be:

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

...in appglobals.cpp?! ;-) ;-) ;-)
Morten.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

thomas

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

Corrected that.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

MortenMacFly

Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

sethjackson

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: