summaryrefslogtreecommitdiff
path: root/protocols/Tox/src/tox_events.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Tox/src/tox_events.cpp')
-rw-r--r--protocols/Tox/src/tox_events.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Tox/src/tox_events.cpp b/protocols/Tox/src/tox_events.cpp
index e667bd8bd6..80ddf9b809 100644
--- a/protocols/Tox/src/tox_events.cpp
+++ b/protocols/Tox/src/tox_events.cpp
@@ -28,6 +28,6 @@ void CToxProto::InitCustomDbEvents()
dbEventType.eventType = DB_EVENT_CALL;
dbEventType.descr = Translate("Call");
- dbEventType.eventIcon = GetIconHandle("audio_start");
+ dbEventType.eventIcon = GetIconHandle(IDI_AUDIO_START);
CallService(MS_DB_EVENT_REGISTERTYPE, 0, (LPARAM)&dbEventType);
} \ No newline at end of file