diff --git a/nel/src/gui/view_text.cpp b/nel/src/gui/view_text.cpp index 89f31d40d..58db75fdc 100644 --- a/nel/src/gui/view_text.cpp +++ b/nel/src/gui/view_text.cpp @@ -3146,7 +3146,8 @@ namespace NLGUI _SpaceWidth = si.StringWidth; // Font Width (used for ) - si = TextContext->getStringInfo("O"); + // if not set to "_", breaks item help window + si = TextContext->getStringInfo("_"); _FontWidth = si.StringWidth; #else