From ce4b28ff4047fa50974c3c3d2e370db60a2b3553 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 27 May 2008 18:04:53 +0000 Subject: Pull down menu now sorted by protocol's shortnames --- sources/events/internal/ProtocolEvent.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sources/events/internal/ProtocolEvent.java') 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")); -- cgit v1.2.3