summaryrefslogtreecommitdiff
path: root/utils/rbutilqt/gui/selectiveinstallwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'utils/rbutilqt/gui/selectiveinstallwidget.cpp')
-rw-r--r--utils/rbutilqt/gui/selectiveinstallwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/rbutilqt/gui/selectiveinstallwidget.cpp b/utils/rbutilqt/gui/selectiveinstallwidget.cpp
index 9bfe7414a3..a0504c0f40 100644
--- a/utils/rbutilqt/gui/selectiveinstallwidget.cpp
+++ b/utils/rbutilqt/gui/selectiveinstallwidget.cpp
@@ -334,7 +334,7 @@ void SelectiveInstallWidget::installBootloader(void)
334 PlayerBuildInfo::DisplayName).toString() 334 PlayerBuildInfo::DisplayName).toString()
335 + " Firmware Backup"; 335 + " Firmware Backup";
336 // remove invalid character(s) 336 // remove invalid character(s)
337 targetFolder.remove(QRegExp("[:/]")); 337 targetFolder.remove(QRegularExpression("[:/]"));
338 if(QMessageBox::question(this, tr("Create Bootloader backup"), 338 if(QMessageBox::question(this, tr("Create Bootloader backup"),
339 tr("You can create a backup of the original bootloader " 339 tr("You can create a backup of the original bootloader "
340 "file. Press \"Yes\" to select an output folder on your " 340 "file. Press \"Yes\" to select an output folder on your "