diff --git a/Ample/Slot.m b/Ample/Slot.m index a4286ad..1cbf71e 100644 --- a/Ample/Slot.m +++ b/Ample/Slot.m @@ -276,7 +276,8 @@ static NSDictionary *IndexMap = nil; } // set up child name so bookmarks work. - if (c == ':') _name = p; + //if (c == ':') _name = p; + if (c != '-') _name = p; }