Author: gadamopoulos
Date: Tue Aug 29 09:11:57 2017
New Revision: 75706

URL: http://svn.reactos.org/svn/reactos?rev=75706&view=rev
Log:
[EXPLORER] -Fix a comment typo. CORE-13566

Modified:
    trunk/reactos/base/shell/explorer/traywnd.cpp

Modified: trunk/reactos/base/shell/explorer/traywnd.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/traywnd.cpp?rev=75706&r1=75705&r2=75706&view=diff
==============================================================================
--- trunk/reactos/base/shell/explorer/traywnd.cpp       [iso-8859-1] (original)
+++ trunk/reactos/base/shell/explorer/traywnd.cpp       [iso-8859-1] Tue Aug 29 
09:11:57 2017
@@ -746,7 +746,7 @@
 
     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;
 


Reply via email to