Index: src/org/netbeans/modules/i18n/form/FormI18nStringEditor.java =================================================================== RCS file: /cvs/i18n/src/org/netbeans/modules/i18n/form/FormI18nStringEditor.java,v retrieving revision 1.12 diff -u -b -r1.12 FormI18nStringEditor.java --- src/org/netbeans/modules/i18n/form/FormI18nStringEditor.java 2 Oct 2001 19:27:08 -0000 1.12 +++ src/org/netbeans/modules/i18n/form/FormI18nStringEditor.java 8 Jan 2002 16:17:09 -0000 @@ -414,8 +414,8 @@ i18nString.getSupport().getResourceHolder().addProperty( i18nString.getKey(), i18nString.getValue(), - i18nString.getComment(), - true // Force value reset for existing keys. + i18nString.getComment() + //!!! 19137 true // Force value reset for existing keys. ); return i18nString;