diff options
author | George Hazan <ghazan@miranda.im> | 2021-04-30 20:07:59 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-04-30 20:07:59 +0300 |
commit | eddff12b3a5b0727ad84d8982f1a39df8e771b10 (patch) | |
tree | d9cdbdcd67e3d54ac767d76594766a9368b455dc /protocols/Weather/src/weather.cpp | |
parent | 54ad36ab7242633de16f98f8df07a3572cb15215 (diff) |
fixes #2854 (Weather: некоторые строки не переводятся при смене ленгпака на лету)
Diffstat (limited to 'protocols/Weather/src/weather.cpp')
-rw-r--r-- | protocols/Weather/src/weather.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/Weather/src/weather.cpp b/protocols/Weather/src/weather.cpp index 812e0ce26c..4eafadbad7 100644 --- a/protocols/Weather/src/weather.cpp +++ b/protocols/Weather/src/weather.cpp @@ -220,7 +220,6 @@ int CMPlugin::Unload() Netlib_CloseHandle(hNetlibUser); DestroyUpdateList(); - DestroyOptions(); DestroyWIList(); // unload all ini data from memory WindowList_Destroy(hDataWindowList); |