diff options
author | dartraiden <wowemuh@gmail.com> | 2018-08-02 20:42:26 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2018-08-02 20:42:26 +0300 |
commit | 2d2977af995a333820bfa64650d4c43e8876b153 (patch) | |
tree | 577374f30929a2b1f65b3ddf4f4ca357e4babafc /plugins/CurrencyRates/src/IconLib.cpp | |
parent | 5a4659d5269479fee674a8fac958bdc770a81953 (diff) |
CurrencyRates: this is not plugin name, but just words
Diffstat (limited to 'plugins/CurrencyRates/src/IconLib.cpp')
-rw-r--r-- | plugins/CurrencyRates/src/IconLib.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/CurrencyRates/src/IconLib.cpp b/plugins/CurrencyRates/src/IconLib.cpp index 52a3ca1acf..df33941ad9 100644 --- a/plugins/CurrencyRates/src/IconLib.cpp +++ b/plugins/CurrencyRates/src/IconLib.cpp @@ -4,11 +4,11 @@ static IconItem iconList[] = { { LPGEN("Protocol icon"), ICON_STR_MAIN, IDI_ICON_MAIN }, { LPGEN("Auto Update Disabled"), "auto_update_disabled", IDI_ICON_DISABLED }, - { LPGEN("CurrencyRate/Rate up"), "currencyrate_up", IDI_ICON_UP }, - { LPGEN("CurrencyRate/Rate down"), "currencyrate_down", IDI_ICON_DOWN }, - { LPGEN("CurrencyRate/Rate not changed"), "currencyrate_not_changed", IDI_ICON_NOTCHANGED }, - { LPGEN("CurrencyRate Section"), "currencyrate_section", IDI_ICON_SECTION }, - { LPGEN("CurrencyRate"), ICON_STR_CURRENCYRATE, IDI_ICON_CURRENCYRATE }, + { LPGEN("Currency Rate/Rate up"), "currencyrate_up", IDI_ICON_UP }, + { LPGEN("Currency Rate/Rate down"), "currencyrate_down", IDI_ICON_DOWN }, + { LPGEN("Currency Rate/Rate not changed"), "currencyrate_not_changed", IDI_ICON_NOTCHANGED }, + { LPGEN("Currency Rate Section"), "currencyrate_section", IDI_ICON_SECTION }, + { LPGEN("Currency Rate"), ICON_STR_CURRENCYRATE, IDI_ICON_CURRENCYRATE }, { LPGEN("Currency Converter"), "currency_converter", IDI_ICON_CURRENCY_CONVERTER }, { LPGEN("Refresh"), "refresh", IDI_ICON_REFRESH }, { LPGEN("Export"), "export", IDI_ICON_EXPORT }, |