diff options
Diffstat (limited to 'plugins/LotusNotify/src/debug.cpp')
-rw-r--r-- | plugins/LotusNotify/src/debug.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/LotusNotify/src/debug.cpp b/plugins/LotusNotify/src/debug.cpp index e814d6f508..6c59964094 100644 --- a/plugins/LotusNotify/src/debug.cpp +++ b/plugins/LotusNotify/src/debug.cpp @@ -8,7 +8,7 @@ void logRegister(){ NETLIBUSER nlu = {};
nlu.flags = NUF_UNICODE | NUF_NOOPTIONS;
nlu.szSettingsModule = PLUGINNAME;
- nlu.ptszDescriptiveName = mir_a2u(PLUGINNAME);
+ nlu.szDescriptiveName.w = mir_a2u(PLUGINNAME);
netlibHandle = Netlib_RegisterUser(&nlu);
}
|