diff options
author | George Hazan <george.hazan@gmail.com> | 2024-12-29 13:30:44 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-12-29 13:30:44 +0300 |
commit | 8f347ca6c98948cab9d79475fe9d070fa3155828 (patch) | |
tree | 1ff3abd64983238c3f34b78b28e43c2aabf0448c /protocols/Steam/src/main.cpp | |
parent | f98fe1465694e5899d00bfb8814a5578b144d7c1 (diff) |
code cleaning
Diffstat (limited to 'protocols/Steam/src/main.cpp')
-rw-r--r-- | protocols/Steam/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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));
|