diff options
-rw-r--r-- | langpacks/russian/Plugins/CurrencyRates.txt | 4 | ||||
-rw-r--r-- | protocols/CurrencyRates/src/EconomicRateInfo.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/langpacks/russian/Plugins/CurrencyRates.txt b/langpacks/russian/Plugins/CurrencyRates.txt index d6c910baf3..664c811393 100644 --- a/langpacks/russian/Plugins/CurrencyRates.txt +++ b/langpacks/russian/Plugins/CurrencyRates.txt @@ -210,6 +210,9 @@ Поменять местами
[Import]
Импорт
+;file \protocols\CurrencyRates\src\EconomicRateInfo.h
+[CurrencyRates]
+Курсы валют
;file \protocols\CurrencyRates\src\HTTPSession.cpp
[This plugin requires a personal key. Open the Options dialog to obtain it.]
Для использования онлайн-сервиса конвертации валют требуется получить персональный ключ в настройках плагина.
@@ -244,3 +247,4 @@ Журналы (*.txt,*.log)
[Enter popup window format.]
Введите формат всплывающего окна.
+
diff --git a/protocols/CurrencyRates/src/EconomicRateInfo.h b/protocols/CurrencyRates/src/EconomicRateInfo.h index d1bd87f49e..98798d0a51 100644 --- a/protocols/CurrencyRates/src/EconomicRateInfo.h +++ b/protocols/CurrencyRates/src/EconomicRateInfo.h @@ -2,7 +2,7 @@ #define __87d726e0_26c6_485d_8016_1fba819b037d_EconomicRateInfo__ // db settings module path -#define MODULENAME "CurrencyRates" +#define MODULENAME LPGEN("CurrencyRates") enum ERefreshRateType { |