mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 06:10:03 -06:00
fix capitalization of DSiWare. heh
This commit is contained in:
@ -421,7 +421,7 @@ void TitleImportDialog::accept()
|
|||||||
{
|
{
|
||||||
QMessageBox::critical(this,
|
QMessageBox::critical(this,
|
||||||
"Import title - melonDS",
|
"Import title - melonDS",
|
||||||
"Executable file is not a DSiware title.");
|
"Executable file is not a DSiWare title.");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -536,7 +536,7 @@ void TitleImportDialog::on_btnAppBrowse_clicked()
|
|||||||
QString file = QFileDialog::getOpenFileName(this,
|
QString file = QFileDialog::getOpenFileName(this,
|
||||||
"Select title executable...",
|
"Select title executable...",
|
||||||
EmuDirectory,
|
EmuDirectory,
|
||||||
"DSiware executables (*.app *.nds *.dsi *.srl);;Any file (*.*)");
|
"DSiWare executables (*.app *.nds *.dsi *.srl);;Any file (*.*)");
|
||||||
|
|
||||||
if (file.isEmpty()) return;
|
if (file.isEmpty()) return;
|
||||||
|
|
||||||
@ -548,7 +548,7 @@ void TitleImportDialog::on_btnTmdBrowse_clicked()
|
|||||||
QString file = QFileDialog::getOpenFileName(this,
|
QString file = QFileDialog::getOpenFileName(this,
|
||||||
"Select title metadata...",
|
"Select title metadata...",
|
||||||
EmuDirectory,
|
EmuDirectory,
|
||||||
"DSiware metadata (*.tmd);;Any file (*.*)");
|
"DSiWare metadata (*.tmd);;Any file (*.*)");
|
||||||
|
|
||||||
if (file.isEmpty()) return;
|
if (file.isEmpty()) return;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user