This commit is contained in:
Jean-Marc Lasgouttes 2021-09-28 11:25:25 +02:00
parent 84655a07d8
commit 7067f48fa7

View File

@ -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";