summaryrefslogtreecommitdiff
path: root/plugins/Ping/src/ping.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Ping/src/ping.cpp')
-rw-r--r--plugins/Ping/src/ping.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Ping/src/ping.cpp b/plugins/Ping/src/ping.cpp
index 73a143fbc3..c4cc057978 100644
--- a/plugins/Ping/src/ping.cpp
+++ b/plugins/Ping/src/ping.cpp
@@ -144,8 +144,8 @@ extern "C" __declspec(dllexport) int Load(void)
LoadOptions();
- SkinAddNewSound("PingTimeout", "Ping Timeout", 0);
- SkinAddNewSound("PingReply", "Ping Reply", 0);
+ SkinAddNewSoundEx("PingTimeout", LPGEN("Timeout"), LPGEN("Ping"));
+ SkinAddNewSoundEx("PingReply", LPGEN("Reply"), LPGEN("Ping"));
HookEvent(ME_SYSTEM_MODULESLOADED, OnModulesLoaded);