mirror of
https://github.com/xoureldeen/Vectras-VM-Android.git
synced 2026-05-03 00:30:28 +00:00
Update RomsManagerActivity.java
- fix button spelling
This commit is contained in:
parent
af91d76925
commit
c4631c8910
1 changed files with 1 additions and 1 deletions
|
|
@ -418,7 +418,7 @@ public class RomsManagerActivity extends AppCompatActivity {
|
|||
|
||||
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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue