Skip to content

Commit

Permalink
Merge pull request #51 from SirDank/master
Browse files Browse the repository at this point in the history
Update RomsManagerActivity.java
  • Loading branch information
epicstudios856 committed Apr 28, 2024
2 parents af91d76 + c4631c8 commit 6635c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/vectras/vm/RomsManagerActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ public void run() {

startActivityForResult(intent, 0);
});
ad.setButton(Dialog.BUTTON_NEGATIVE, "DOWNLAOD " + selectedPath.replace(".IMG", ".vbi"), new DialogInterface.OnClickListener() {
ad.setButton(Dialog.BUTTON_NEGATIVE, "DOWNLOAD " + selectedPath.replace(".IMG", ".vbi"), new DialogInterface.OnClickListener() {
public void onClick(DialogInterface dialog, int which) {
if (selectedLink != null) {
String gt = selectedLink;
Expand Down

0 comments on commit 6635c6c

Please sign in to comment.