From 8f347ca6c98948cab9d79475fe9d070fa3155828 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 29 Dec 2024 13:30:44 +0300 Subject: code cleaning --- protocols/Steam/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Steam/src/main.cpp') diff --git a/protocols/Steam/src/main.cpp b/protocols/Steam/src/main.cpp index b72fc2a36f..bc43925734 100644 --- a/protocols/Steam/src/main.cpp +++ b/protocols/Steam/src/main.cpp @@ -183,7 +183,7 @@ int CMPlugin::Load() InitSteamServices(); // icons - g_plugin.registerIcon("Protocols/" MODULE, iconList, MODULE); + g_plugin.registerIcon("Protocols/" MODULENAME, iconList, MODULENAME); // extra statuses hExtraXStatus = ExtraIcon_RegisterIcolib("steam_game", LPGEN("Steam game"), g_plugin.getIconHandle(IDI_GAMING)); -- cgit v1.2.3