diff options
author | George Hazan <ghazan@miranda.im> | 2021-04-30 18:38:26 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-04-30 18:38:26 +0300 |
commit | 54ad36ab7242633de16f98f8df07a3572cb15215 (patch) | |
tree | c2db7b8962735fc70afba867b382a11145675814 /protocols/Weather/proto_weather | |
parent | 8f2b20a2c50f1bf9871b2a1c67fcb17657fc1e96 (diff) |
fixes #2855 (Weather: не перепутаны ли значки Облачно и Слабый дождь)
Diffstat (limited to 'protocols/Weather/proto_weather')
-rw-r--r-- | protocols/Weather/proto_weather/res/resource.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Weather/proto_weather/res/resource.rc b/protocols/Weather/proto_weather/res/resource.rc index 5341c6dbf8..fb18da0bd3 100644 --- a/protocols/Weather/proto_weather/res/resource.rc +++ b/protocols/Weather/proto_weather/res/resource.rc @@ -31,9 +31,9 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US 128 ICON "PCLOUDY.ico" 129 ICON "RSHOWER.ico" 130 ICON "LIGHT.ico" -131 ICON "RAIN.ico" +131 ICON "CLOUD.ico" 158 ICON "SNOW.ico" -159 ICON "CLOUD.ico" +159 ICON "RAIN.ico" 1002 ICON "SSHOWER.ico" 1003 ICON "FOG.ico" |