Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
sdottaka committed Aug 14, 2024
1 parent 63dc5cf commit 940dcbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/Merge.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ BOOL CMergeApp::InitInstance()
SysColorHook::SetSysColor(COLOR_WINDOWTEXT, RGB(255, 255, 255));
SysColorHook::SetSysColor(COLOR_HIGHLIGHTTEXT, RGB(255, 255, 255));
SysColorHook::SetSysColor(COLOR_HIGHLIGHT, RGB(0, 0, 255));
SysColorHook::SetSysColor(COLOR_MENUTEXT, RGB(255, 0, 0));
SysColorHook::SetSysColor(COLOR_MENUTEXT, RGB(255, 255, 255));
afxData.UpdateSysColors();

strdiff::Init(); // String diff init
Expand Down

0 comments on commit 940dcbf

Please sign in to comment.