CtrlLib: FileSel places glitch fixed

git-svn-id: svn://ultimatepp.org/upp/trunk@12006 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2018-06-19 12:37:50 +00:00
parent ef635d6186
commit 6746cda741

View file

@ -2038,7 +2038,7 @@ void FileSel::AddSystemPlaces(int row)
if(*fn != '.' && fn.Find("floppy") < 0)
AddPlace("/media/" + fn, fn, "PLACES:SYSTEM", row++);
}
AddPlace("/", t_("Computer"), "PLACES:SYSTEM");
AddPlace("/", t_("Computer"), "PLACES:SYSTEM", row++);
#endif
}