Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8.1, 0.8.2, and 0.8.3

shellext: remove TRACE output in GetTortoiseIcon

Changeset 8f1cd9b98e98

Parent 6e594cd40420

by Adrian Buehlmann

Changes to one file · Browse files at 8f1cd9b98e98 Showing diff from parent 6e594cd40420 Diff from another changeset...

 
187
188
189
190
191
192
193
 
187
188
189
 
190
191
192
@@ -187,7 +187,6 @@
  }     std::string iconpath = thgdir + "\\icons\\" + iconname; - TDEBUG_TRACE(" GetTortoiseIcon: loading " + iconpath);   HICON h = (HICON) LoadImageA(0, iconpath.c_str(), IMAGE_ICON,   16, 16, LR_LOADFROMFILE);   if (!h)