Some trains sets use speed limit for wagons, and it's great. But when the vehicle is built, you know its global speed limit, but you can't figure out which wagons or engines are responsible of this limit.
So I just designed a very small patch in order to add a new tab in the vehicle info, to see the actual vehicle speed limit for each element of the train.
It remains just a small problem : The buttons are smaller now, so the labels should not fit with all languages.
Flyspray http://bugs.openttd.org/task/1199
PS : don't care about the strange composition of the train on the pictures, it was just a test with several combination of locos and wagons

History :
r11050 : Update - Vehicule GUI unification made this patch totally obsolete, then I have to rewrite it. Thus, button resizing is fixed.
r11051 : Fix - With the r11050 I added 3 blank panels after the speed button in order to get correct resizing. Thank to skidd13 who suggested me a easy way to get rid of these 3 new panels.
I think it's now ready for trunk as this now.