When the signature file was set in the preferences file it was not displayed in the preference window. Fixed.

This commit is contained in:
edwin%woudt.nl 1999-05-16 00:18:57 +00:00
parent 1c0a79389f
commit 3030ecd27c

View File

@ -182,6 +182,7 @@ public class UserPrefsEditor
fValues.put(kNameKey, fPrefs.getUserName());
fValues.put(kOrganizationKey, fPrefs.getUserOrganization());
fValues.put(kEmailAddressKey, fPrefs.getUserEmailAddress());
fValues.put(kSignatureKey, fPrefs.getSignatureFile());
fPanel.initAll();