nicelifeBS / MARIToolKit

MODO KIT to make import of MARI textures easier
4 stars 2 forks source link

Icon not showing up on toolbar #4

Closed dekekincaid closed 10 years ago

dekekincaid commented 10 years ago

I really should clone and submit a pull request but it's a super simple fix. You just have to fix line 49 in the index.CFG from this:

  <atom type="IconImage">MARIToolKit/icons/MARIToolKit_btn.png</atom>

to this to get it to work:

  <atom type="IconImage">kit_MARIToolKit:icons/MARIToolKit_btn.png</atom>
nicelifeBS commented 10 years ago

Thanks man! I fixed it :)