Commit 20575099 authored by Sergey.Konovalov's avatar Sergey.Konovalov Committed by Alexander Trofimov

изменены значения констант...

изменены значения констант themecolorLight1,themecolorDark1,themecolorLight2,themecolorDark2 на те что приходят из файла, а не по документации.

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@56129 954022d7-b5bf-4e40-9824-e11837661b57
parent 0a96f542
......@@ -214,10 +214,10 @@ namespace SimpleTypes
enum EThemeColor
{
themecolorDark1 = 0,
themecolorLight1 = 1,
themecolorDark2 = 2,
themecolorLight2 = 3,
themecolorLight1 = 0,
themecolorDark1 = 1,
themecolorLight2 = 2,
themecolorDark2 = 3,
themecolorAccent1 = 4,
themecolorAccent2 = 5,
themecolorAccent3 = 6,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment