mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 11:08:41 +00:00
Improved debug message for locating toolbar icons. Patch from Dieter Jurzitza.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28000 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
7b659b4ecd
commit
78a05e4359
@ -345,7 +345,11 @@ QString iconName(FuncRequest const & f, bool unknown)
|
||||
if (res.exists(name2))
|
||||
return path + name2;
|
||||
|
||||
LYXERR(Debug::GUI, "Cannot find icon for command \""
|
||||
LYXERR(Debug::GUI, "Cannot find icon with filename "
|
||||
<< "\"" << name1 << "\""
|
||||
<< " or filename "
|
||||
<< "\"" << name2 << "\""
|
||||
<< " for command \""
|
||||
<< lyxaction.getActionName(f.action)
|
||||
<< '(' << to_utf8(f.argument()) << ")\"");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user