diff options
author | George Hazan <george.hazan@gmail.com> | 2025-03-02 16:24:33 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2025-03-02 16:24:33 +0300 |
commit | 0de237405acf0a5e26ab6cfddd875338c1e8acd0 (patch) | |
tree | 5032cc3d4835e53633cd2f724d0bac0e545e7a65 /plugins/AVS/src/main.cpp | |
parent | af80e09653422647feb40e103e3c32276d894dcb (diff) |
AVS: fix for icons name conflict
Diffstat (limited to 'plugins/AVS/src/main.cpp')
-rw-r--r-- | plugins/AVS/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/AVS/src/main.cpp b/plugins/AVS/src/main.cpp index aed930eac2..030447d9a6 100644 --- a/plugins/AVS/src/main.cpp +++ b/plugins/AVS/src/main.cpp @@ -352,7 +352,7 @@ static IconItem iconList[] = int CMPlugin::Load()
{
- registerIcon(LPGEN("AVS"), iconList);
+ registerIcon(LPGEN("AVS"), iconList, "av");
LoadACC();
|