Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

Commit

Permalink
Merge pull request #10 from Cu3PO42/fix-msgbox-after-folder-break
Browse files Browse the repository at this point in the history
Show a message box after processing all files from the "folder break".
  • Loading branch information
kwsch committed Nov 28, 2014
2 parents 2babbe3 + 892379d commit cd0593d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2130,6 +2130,7 @@ private void B_BreakFolder_Click(object sender, EventArgs e)
scanSAV(savefile, key, empty, false);
File.WriteAllBytes(keyfile, key); // Key has been scanned for new slots, re-save key.
}
MessageBox.Show("Processed all files in folder...");
}
}
}

0 comments on commit cd0593d

Please sign in to comment.