mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
typo
This commit is contained in:
parent
84655a07d8
commit
7067f48fa7
@ -559,7 +559,7 @@ IconInfo iconInfo(FuncRequest const & f, bool unknown, bool rtl)
|
||||
// The folders where icons are searched for
|
||||
QStringList imagedirs;
|
||||
imagedirs << "images/ipa/" << "images/";
|
||||
// This is used to search for rtl version of icons which have the +rrtl suffix.
|
||||
// This is used to search for rtl version of icons which have the +rtl suffix.
|
||||
QStringList suffixes;
|
||||
if (rtl)
|
||||
suffixes << "+rtl";
|
||||
|
Loading…
Reference in New Issue
Block a user