Skip to content
This repository has been archived by the owner on Sep 17, 2021. It is now read-only.

Commit

Permalink
Merge branch 'test-updates'
Browse files Browse the repository at this point in the history
  • Loading branch information
Surendrajat committed Mar 5, 2018
2 parents 5dda967 + 5f1bf3b commit 4d859d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion res/lang/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@
</message>
<message>
<source>app_version</source>
<translation><![CDATA[ <strong>APK Studio v4.0 </strong> ]]></translation>
<translation><![CDATA[ <strong>APK Studio v4.0.1 </strong> ]]></translation>
</message>
<message>
<source>no_apk</source>
Expand Down
2 changes: 1 addition & 1 deletion src/ide.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ void Ide::onInit()
resize(p->windowSize());
}
restoreState(p->docksState());
if (!QFile::exists(PathUtils::combine(p->vendorPath(), "VERSION")))
if (!QFile::exists(PathUtils::combine(p->vendorPath(), "apktool.jar")))
{
QMessageBox::warning(this, __("action_required", "titles"), __("download_vendor", "messages"), QMessageBox::Close);
}
Expand Down

0 comments on commit 4d859d9

Please sign in to comment.