un-break display of toolbuttons wiuth delimiters

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21012 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2007-10-17 18:45:55 +00:00
parent 33e397dff8
commit cf9f0fce52

View File

@ -180,7 +180,7 @@ static QIcon getIcon(FuncRequest const & f, bool unknown)
break;
case LFUN_MATH_DELIM:
case LFUN_MATH_BIGDELIM:
name1 = find_png(to_utf8(f.argument()));
name1 = "math/" + find_png(to_utf8(f.argument()));
break;
default:
name2 = lyxaction.getActionName(f.action);