diff options
author | Dart Raiden <wowemuh@gmail.com> | 2015-11-29 16:54:29 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2015-11-29 16:54:29 +0000 |
commit | aa96bc882fece220331d5cddace0540d36547f54 (patch) | |
tree | 13b138d90e0b01ab53ddd17bb2eb9cede0d918d5 | |
parent | c3d7973137de833eec2d207522dfc2c6b8cab531 (diff) |
Ping: typo
git-svn-id: http://svn.miranda-ng.org/main/trunk@15787 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/Ping/src/ping.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Ping/src/ping.cpp b/plugins/Ping/src/ping.cpp index c179d52a12..73a143fbc3 100644 --- a/plugins/Ping/src/ping.cpp +++ b/plugins/Ping/src/ping.cpp @@ -144,7 +144,7 @@ extern "C" __declspec(dllexport) int Load(void) LoadOptions();
- SkinAddNewSound("PingTimeout", "Ping Timout", 0);
+ SkinAddNewSound("PingTimeout", "Ping Timeout", 0);
SkinAddNewSound("PingReply", "Ping Reply", 0);
HookEvent(ME_SYSTEM_MODULESLOADED, OnModulesLoaded);
|