It never ends...
This commit is contained in:
parent
a40b1dec5f
commit
2e16e83159
43 changed files with 292 additions and 277 deletions
|
@ -29,7 +29,7 @@ void InstallZipScreen::CreateViews() {
|
|||
using namespace UI;
|
||||
|
||||
File::FileInfo fileInfo;
|
||||
bool success = File::GetFileInfo(Path(zipPath_), &fileInfo);
|
||||
bool success = File::GetFileInfo(zipPath_, &fileInfo);
|
||||
|
||||
auto di = GetI18NCategory("Dialog");
|
||||
auto iz = GetI18NCategory("InstallZip");
|
||||
|
@ -43,7 +43,7 @@ void InstallZipScreen::CreateViews() {
|
|||
root_->Add(leftColumn);
|
||||
root_->Add(rightColumnItems);
|
||||
|
||||
std::string shortFilename = GetFilenameFromPath(zipPath_);
|
||||
std::string shortFilename = zipPath_.GetFilename();
|
||||
|
||||
// TODO: Do in the background?
|
||||
ZipFileInfo zipInfo;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue