nudging GetDeviceSpecificInputString and GetLocalizedInputString

together
This commit is contained in:
Glenn Maynard
2006-06-15 06:23:58 +00:00
parent 0980208a1f
commit c9e55137a5
@@ -125,7 +125,7 @@ RString InputHandler::GetDeviceSpecificInputString( const DeviceInput &di )
if( c == L' ' )
return SPACE.GetValue(); // Don't show "Key " for space.
else
return "Key " + WStringToRString(wstring()+c);
return "Key " + Capitalize( WStringToRString(wstring()+c) );
}
return DeviceButtonToString( di.button );
}