Changeset 2890 for vidalia/trunk

Show
Ignore:
Timestamp:
07/16/08 22:16:28 (4 months ago)
Author:
edmanm
Message:

msgctxt is the key, not the value.

Files:
1 modified

Legend:

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

    r2889 r2890  
    219219  /* Format the PO file based on the template. */ 
    220220  n_strings = 0;   
    221   foreach (msgctxt, pot) { 
     221  foreach (QString msgctxt, pot.keys()) { 
    222222    msgid = pot.value(msgctxt); 
    223223    if (langStrings.contains(msgctxt)) {