diff options
Diffstat (limited to 'plugins/SimpleAR/src')
-rw-r--r-- | plugins/SimpleAR/src/Main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/SimpleAR/src/Main.cpp b/plugins/SimpleAR/src/Main.cpp index 27195caeaf..9e446616bf 100644 --- a/plugins/SimpleAR/src/Main.cpp +++ b/plugins/SimpleAR/src/Main.cpp @@ -267,12 +267,12 @@ extern "C" int __declspec(dllexport)Load(void) CLISTMENUITEM mi = { 0 };
mi.position = 500090000;
- mi.ptszName = _T("");
+ mi.name.t = _T("");
mi.pszService = protocolname"/ToggleEnable";
hEnableMenu = Menu_AddMainMenuItem(&mi);
mi.position = -0x7FFFFFFF;
- mi.ptszName = _T("");
+ mi.name.t = _T("");
mi.pszService = protocolname"/ToggleAutoanswer";
hToggle = Menu_AddContactMenuItem(&mi);
|