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

shellext: new location for icons

Changeset ede9f8247280

Parent c8bf2745ce7d

by Steve Borho

Changes to one file · Browse files at ede9f8247280 Showing diff from parent c8bf2745ce7d Diff from another changeset...

 
226
227
228
229
 
230
231
232
 
226
227
228
 
229
230
231
232
@@ -226,7 +226,7 @@
  return NULL;   }   - std::string iconpath = thgdir + "\\icons\\tortoise\\" + iconname; + 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);