diff options
author | George Hazan <ghazan@miranda.im> | 2021-05-29 21:56:06 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-05-29 21:56:06 +0300 |
commit | 80042a770a94fbb2dc56d81fd889a6d8b22a5ff1 (patch) | |
tree | 6d8c476090ccf4bd742687796400695e2aeed6f3 /protocols/Weather/res | |
parent | a2692125ca412d116857438d44306ce91e3f3dce (diff) |
fixes #2886 (Weather: display weather as extra-icon instead of status)
Diffstat (limited to 'protocols/Weather/res')
-rw-r--r-- | protocols/Weather/res/resource.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Weather/res/resource.rc b/protocols/Weather/res/resource.rc index 68493791d9..7b17f8e87f 100644 --- a/protocols/Weather/res/resource.rc +++ b/protocols/Weather/res/resource.rc @@ -13,7 +13,7 @@ #undef APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// -// Немецкий (Германия) resources +// German (Germany) resources #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_DEU) LANGUAGE LANG_GERMAN, SUBLANG_GERMAN @@ -410,7 +410,7 @@ END #endif // APSTUDIO_INVOKED -#endif // Немецкий (Германия) resources +#endif // German (Germany) resources ///////////////////////////////////////////////////////////////////////////// |