mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +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
|
// The folders where icons are searched for
|
||||||
QStringList imagedirs;
|
QStringList imagedirs;
|
||||||
imagedirs << "images/ipa/" << "images/";
|
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;
|
QStringList suffixes;
|
||||||
if (rtl)
|
if (rtl)
|
||||||
suffixes << "+rtl";
|
suffixes << "+rtl";
|
||||||
|
Loading…
Reference in New Issue
Block a user