- Timestamp:
- 06/03/09 17:40:24 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LogicMail/src/org/logicprobe/LogicMail/ui/AcctCfgScreen.java
r374 r449 103 103 private class NullOutgoingConfig extends OutgoingConfig { 104 104 public String toString() { 105 return "None";105 return resources.getString(LogicMailResource.CONFIG_ACCOUNT_NONE); 106 106 } 107 107 public long getUniqueId() { … … 406 406 } 407 407 else { 408 buf.append( "<NONE>");408 buf.append('<' + resources.getString(LogicMailResource.CONFIG_ACCOUNT_NONE) + '>'); 409 409 } 410 410 return buf.toString();
Note: See TracChangeset
for help on using the changeset viewer.
