Changeset 2791

Show
Ignore:
Timestamp:
06/21/08 22:15:50 (7 months ago)
Author:
edmanm
Message:

Appease Panther's douchieness.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vidalia/trunk/src/tools/ts2po/ts2po.cpp

    r2768 r2791  
    224224  
    225225  if (!quiet) { 
    226     QTextStream(stdout) << QString("Converted %1 strings from %2 to %3.\n") 
    227                                                             .arg(n_strings) 
    228                                                             .arg(infile) 
    229                                                             .arg(outfile); 
     226    QTextStream results(stdout); 
     227    results << QString("Converted %1 strings from %2 to %3.\n").arg(n_strings) 
     228                                                               .arg(infile) 
     229                                                               .arg(outfile); 
    230230  } 
    231231  return 0;