YAFLogo

SerVal
  • SerVal
  • 54.2% (Neutral)
  • YAF Forumling Topic Starter
16 years ago
2 forum dev's:

Class Localizer.cs

date: 03:08:2008 9:16

----

fn: private void LoadFile()

{

..

_doc.Load(_fileName);

try

{

_doc.Load(_fileName);

..

}

catch{..}

}

----

inaccuracy: load language file twice.

Sponsor
Jaben
  • Jaben
  • 100% (Exalted)
  • YAF Developer
16 years ago
Thanks for catching that bug -- fixed and committed.