summaryrefslogtreecommitdiff
path: root/sources/events/internal/ProtocolEvent.java
diff options
context:
space:
mode:
Diffstat (limited to 'sources/events/internal/ProtocolEvent.java')
-rw-r--r--sources/events/internal/ProtocolEvent.java2
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"));