Home
last modified time | relevance | path

Searched refs:unotenoughinputmsgb (Results 1 – 1 of 1) sorted by relevance

/dports/sysutils/unetbootin/unetbootin-702_1/
H A Dunetbootin.cpp850 QMessageBox unotenoughinputmsgb; in on_okbutton_clicked() local
851 unotenoughinputmsgb.setIcon(QMessageBox::Information); in on_okbutton_clicked()
852 unotenoughinputmsgb.setWindowTitle(tr("Insert a USB flash drive")); in on_okbutton_clicked()
853unotenoughinputmsgb.setText(tr("No USB flash drives were found. If you have already inserted a USB… in on_okbutton_clicked()
854 unotenoughinputmsgb.setStandardButtons(QMessageBox::Ok); in on_okbutton_clicked()
855 switch (unotenoughinputmsgb.exec()) in on_okbutton_clicked()