mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-29 22:03:40 -06:00
CtrlLib: FileSel places glitch fixed
git-svn-id: svn://ultimatepp.org/upp/trunk@12006 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
ef635d6186
commit
6746cda741
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue