mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[EXPLORER] -Fix a comment typo. CORE-13566
svn path=/trunk/; revision=75706
This commit is contained in:
parent
7a73afbbc0
commit
7396067b2a
1 changed files with 1 additions and 1 deletions
|
@ -746,7 +746,7 @@ public:
|
|||
|
||||
void UpdateFonts()
|
||||
{
|
||||
/* There is nothing to do if themes are not enabled */
|
||||
/* There is nothing to do if themes are enabled */
|
||||
if (m_Theme)
|
||||
return;
|
||||
|
||||
|
|
Loading…
Reference in a new issue