Module: wine Branch: master Commit: ddadd8bd76106f1969a6518c65a941dd2f98d1d7 URL: https://source.winehq.org/git/wine.git/?a=commit;h=ddadd8bd76106f1969a6518c6...
Author: Zhiyi Zhang zzhang@codeweavers.com Date: Tue Mar 1 15:01:50 2022 +0800
light.msstyles: Remove Classic Blue variant.
The Classic Blue theme has only system colors and doesn't contain bitmaps. Such classic themes should be stored in a .theme file instead of a .msstyles file. While it looks mostly alright when using the theme, some applications fail to draw elements because they consider theming active as IsThemeActive() returns TRUE but OpenThemeData() fails.
Signed-off-by: Zhiyi Zhang zzhang@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/light.msstyles/light.rc | 52 ----------------------------------------- dlls/light.msstyles/resources.h | 2 -- po/ar.po | 10 ++------ po/ast.po | 20 +++++++--------- po/bg.po | 8 ++----- po/ca.po | 12 ++++------ po/cs.po | 14 ++++------- po/da.po | 10 ++------ po/de.po | 12 ++++------ po/el.po | 8 ++----- po/en.po | 8 ++----- po/en_US.po | 8 ++----- po/eo.po | 8 ++----- po/es.po | 8 ++----- po/fa.po | 8 ++----- po/fi.po | 8 ++----- po/fr.po | 8 ++----- po/he.po | 14 ++++------- po/hi.po | 8 ++----- po/hr.po | 10 ++------ po/hu.po | 10 ++------ po/it.po | 30 ++++++++++-------------- po/ja.po | 8 ++----- po/ko.po | 8 ++----- po/lt.po | 8 ++----- po/ml.po | 8 ++----- po/nb_NO.po | 12 ++++------ po/nl.po | 22 +++++++---------- po/or.po | 8 ++----- po/pa.po | 8 ++----- po/pl.po | 12 ++++------ po/pt_BR.po | 8 ++----- po/pt_PT.po | 10 ++------ po/rm.po | 8 ++----- po/ro.po | 10 ++------ po/ru.po | 10 ++------ po/si.po | 22 +++++++---------- po/sk.po | 16 +++++-------- po/sl.po | 16 ++++--------- po/sr_RS@cyrillic.po | 8 ++----- po/sr_RS@latin.po | 8 ++----- po/sv.po | 16 ++++--------- po/ta.po | 8 ++----- po/te.po | 8 ++----- po/th.po | 8 ++----- po/tr.po | 10 ++------ po/uk.po | 8 ++----- po/wa.po | 8 ++----- po/wine.pot | 8 ++----- po/zh_CN.po | 8 ++----- po/zh_TW.po | 8 ++----- 51 files changed, 149 insertions(+), 427 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=ddadd8bd76106f1969a65...