I have changed UT_Vector & EV_MenuLabelSet::getAllLabels() to UT_Vector * EV_MenuLabelSet::getAllLabels(); we had no real need for the reference version, and the two calls to it were just wasting stack space (I was getting stack overflows as a result, took me whole morning to track it down).
Tomas modified: ev_MenuLabels.cpp/h, ev_Menu.cpp/h, ap_UnixFrame.cpp, ap_MenuLayouts.cpp
