Michael Gerz wrote:
Hi,

this patch fixes a problem with an untranslated toolbar name.

OK?

why not simply:

ToolbarInfo const & Toolbars::getToolbarInfo(string const & name)
{
        return toolbarbackend.getToolbar(name);
}


Reply via email to