Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0.1, 1.0.2, and 1.0.3

stable shellext: reduce debug noise in cmenu code

Changeset 8d358e6fd0ca

Parent 95ac1dd9c4fc

by Adrian Buehlmann

Changes to one file · Browse files at 8d358e6fd0ca Showing diff from parent 95ac1dd9c4fc Diff from another changeset...

 
226
227
228
229
230
231
232
 
276
277
278
279
280
281
282
 
226
227
228
 
229
230
231
 
275
276
277
 
278
279
280
@@ -226,7 +226,6 @@
    if (SysInfo::Instance().IsVistaOrLater())   { - TDEBUG_TRACE(" InsertMenuItemWithIcon1: Vista or later detected, using modern context menu style");   HBITMAP hBmp = GetTortoiseIconBitmap(iconName);   if (hBmp)   { @@ -276,7 +275,6 @@
    if (SysInfo::Instance().IsVistaOrLater())   { - TDEBUG_TRACE(" InsertMenuItemWithIcon1: Vista or later detected, using modern context menu style");   HBITMAP hBmp = GetTortoiseIconBitmap(iconName);   if (hBmp)   {