From 7396067b2a0a465c5dd945019c1f1dab09d40d44 Mon Sep 17 00:00:00 2001 From: Giannis Adamopoulos Date: Tue, 29 Aug 2017 09:11:57 +0000 Subject: [PATCH] [EXPLORER] -Fix a comment typo. CORE-13566 svn path=/trunk/; revision=75706 --- reactos/base/shell/explorer/traywnd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/base/shell/explorer/traywnd.cpp b/reactos/base/shell/explorer/traywnd.cpp index 5ff64f8f7de..d15eabfac32 100644 --- a/reactos/base/shell/explorer/traywnd.cpp +++ b/reactos/base/shell/explorer/traywnd.cpp @@ -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; -- 2.17.1