diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-27 18:04:53 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-27 18:04:53 +0000 |
| commit | ce4b28ff4047fa50974c3c3d2e370db60a2b3553 (patch) | |
| tree | aaea8717a26d504f14f54b389a379a8b02b88199 /sources/events/internal/ProtocolEvent.java | |
| parent | 97a3a4f07cdc8437f73f4270b237e85c7739a6be (diff) | |
Pull down menu now sorted by protocol's shortnames
Diffstat (limited to 'sources/events/internal/ProtocolEvent.java')
| -rw-r--r-- | sources/events/internal/ProtocolEvent.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/events/internal/ProtocolEvent.java b/sources/events/internal/ProtocolEvent.java index 108bfb8..4b9adc3 100644 --- a/sources/events/internal/ProtocolEvent.java +++ b/sources/events/internal/ProtocolEvent.java @@ -87,7 +87,7 @@ public class ProtocolEvent extends VSAbstractEvent { protocol.isServer(isProtocolActivation); StringBuffer buffer = new StringBuffer(); - buffer.append(VSRegisteredEvents.getShortname(protocolClassname)); + buffer.append(VSRegisteredEvents.getShortnameByClassname(protocolClassname)); buffer.append(" "); buffer.append(isClientProtocol ? prefs.getString("lang.client") : prefs.getString("lang.server")); |
