clueless
public text v1 · immutableIndex: src/client/gui/shortcutwindow.cpp===================================================================--- src/client/gui/shortcutwindow.cpp (revision 5719)+++ src/client/gui/shortcutwindow.cpp (working copy)@@ -719,7 +719,7 @@ { const psControl* other = psengine->GetCharControl()->GetMappedTrigger(device,button,mods); CS_ASSERT(other);- fingWnd->SetCollisionInfo(other->name);+ fingWnd->SetCollisionInfo(GetDisplayName(other->name)); return false; } }