Changeset 2890 for vidalia/trunk
- Timestamp:
- 07/16/08 22:16:28 (4 months ago)
- Files:
-
- 1 modified
-
vidalia/trunk/src/tools/nsh2po/nsh2po.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vidalia/trunk/src/tools/nsh2po/nsh2po.cpp
r2889 r2890 219 219 /* Format the PO file based on the template. */ 220 220 n_strings = 0; 221 foreach ( msgctxt, pot) {221 foreach (QString msgctxt, pot.keys()) { 222 222 msgid = pot.value(msgctxt); 223 223 if (langStrings.contains(msgctxt)) {
