Author Topic: Minor glitch in recent changes  (Read 5228 times)

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Minor glitch in recent changes
« on: January 24, 2006, 10:50:54 pm »
Shouldn't:
Code
const wxString g_ApVendor = _T("Code::Blocks");
be:
Code
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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: Minor glitch in recent changes
« Reply #1 on: January 24, 2006, 10:58:56 pm »
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."

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Minor glitch in recent changes
« Reply #2 on: January 24, 2006, 11:07:46 pm »
Luckily, this variable is not used anywhere at all :P
Hehe...  :lol:
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

sethjackson

  • Guest
Re: Minor glitch in recent changes
« Reply #3 on: January 25, 2006, 06:22:08 pm »
Shouldn't:
Code
const wxString g_ApVendor = _T("Code::Blocks");
be:
Code
const wxString g_AppVendor = _T("Code::Blocks");
...in appglobals.cpp?! ;-) ;-) ;-)
Morten.

That was my bad.  :P :oops: