All pastes #1847307 Raw Edit

clueless

public text v1 · immutable
#1847307 ·published 2010-03-20 22:30 UTC
rendered paste body
Index: 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;     } }