mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
When browsing for output folder, assume "image.cue" filename by default
This commit is contained in:
@@ -2594,6 +2594,7 @@ namespace JDP
|
||||
|
||||
fileDlg.Title = "Output CUE Sheet";
|
||||
fileDlg.Filter = "CUE Sheets (*.cue)|*.cue";
|
||||
fileDlg.FileName = "image.cue";
|
||||
|
||||
dlgRes = fileDlg.ShowDialog();
|
||||
if (dlgRes == DialogResult.OK)
|
||||
|
||||
Reference in New Issue
Block a user