Revision 1294
tmp/org.txm.translate.rcp/src/org/txm/rcp/translate/devtools/MergeDuplicatedStringsInAPlugin.java (revision 1294) | ||
---|---|---|
74 | 74 |
for (PluginMessagesManager pm : wmm.getPluginMessages().values()) { |
75 | 75 |
total += merger.merge(pm); |
76 | 76 |
|
77 |
//pm.saveChanges(true);
|
|
77 |
pm.saveChanges(true); |
|
78 | 78 |
} |
79 | 79 |
|
80 |
//wmm.saveKeyModificationsInSources();
|
|
80 |
wmm.saveKeyModificationsInSources(); |
|
81 | 81 |
|
82 | 82 |
if (total > 0) { |
83 | 83 |
System.out.println("Done: "+total); |
Also available in: Unified diff