The "strIcon.Replace("Itm_m", "Itm_f");" Does not change the name at all.. Trying to find a better way of doing this
nevermind, found out the problem..
This is very case sensetive.
Keep in mind that dragging an item that this effects will show the real icon
edit:
add; "strIcon.MakeLower();"
after each sex case to remove the case sensitivity :)