mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Correct the displayed message for Erase FoxQST.txt.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8359 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
71986f4eed
commit
4f6f448daf
@ -5492,7 +5492,7 @@ void MainWindow::on_actionErase_ALL_TXT_triggered() //Erase ALL.TXT
|
||||
void MainWindow::on_actionErase_FoxQSO_txt_triggered()
|
||||
{
|
||||
int ret = MessageBox::query_message(this, tr("Confirm Erase"),
|
||||
tr("Are you sure you want to erase file ALL.TXT?"));
|
||||
tr("Are you sure you want to erase file FoxQSO.txt?"));
|
||||
if(ret==MessageBox::Yes) {
|
||||
QFile f{m_config.writeable_data_dir().absoluteFilePath("FoxQSO.txt")};
|
||||
f.remove();
|
||||
|
Loading…
Reference in New Issue
Block a user