[EXPLORER] -Fix a comment typo. CORE-13566
authorGiannis Adamopoulos <gadamopoulos@reactos.org>
Tue, 29 Aug 2017 09:11:57 +0000 (09:11 +0000)
committerGiannis Adamopoulos <gadamopoulos@reactos.org>
Tue, 29 Aug 2017 09:11:57 +0000 (09:11 +0000)
svn path=/trunk/; revision=75706

reactos/base/shell/explorer/traywnd.cpp

index 5ff64f8..d15eabf 100644 (file)
@@ -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;