summaryrefslogtreecommitdiff
path: root/protocols/Omegle
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2023-11-06 18:33:50 +0300
committerdartraiden <wowemuh@gmail.com>2023-11-06 18:33:50 +0300
commita7cc98eb83a5f77d2220ce3dec8315e574f7467c (patch)
tree705e86acc917293eb733660946ff285b3fdc2290 /protocols/Omegle
parent7bbec87546204fec1a345afbeddd668f6239e4ad (diff)
No need to translate this
Diffstat (limited to 'protocols/Omegle')
-rw-r--r--protocols/Omegle/src/theme.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Omegle/src/theme.cpp b/protocols/Omegle/src/theme.cpp
index 4c047d5d12..f9899adbe9 100644
--- a/protocols/Omegle/src/theme.cpp
+++ b/protocols/Omegle/src/theme.cpp
@@ -31,5 +31,5 @@ static IconItem iconList[] =
void InitIcons(void)
{
- g_plugin.registerIcon(LPGEN("Protocols") "/" LPGEN("Omegle"), iconList, "Omegle");
+ g_plugin.registerIcon("Protocols/Omegle", iconList, "Omegle");
}