~eda-qa/dhlib/main

« back to all changes in this revision

Viewing changes to restricted/wordlib/src/locale/en.cc

  • Committer: edA-qa mort-ora-y
  • Date: 2010-04-03 10:34:57 UTC
  • Revision ID: eda-qa@disemia.com-20100403103457-ro7xslj1ct0wpnm1
adding common button base

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
                        continue;       //skipped char
40
40
                else if( c == BADCHAR )
41
41
                {
42
 
                        logDebugLow << "Bad character '" << line[i] << "' in word: " << line << endl;
 
42
                        cerr << "Bad character '" << line[i] << "' in word: " << line << endl;
43
43
                        return 0;
44
44
                }
45
45