Skip to content

Commit 2fa5776

Browse files
committed
Rename M to calibration
1 parent c08f860 commit 2fa5776

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

resources/samples.qrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<RCC>
22
<qresource prefix="/samples">
3-
<file>M.ass</file>
3+
<file>Calibration.ass</file>
44
</qresource>
55
</RCC>

src/mainwindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ void MainWindow::actionOperatorPrintout() {
508508

509509
void MainWindow::actionShowCalibration(bool p_state) {
510510
if (p_state) {
511-
openFile(QString(":/samples/M.ass"));
511+
openFile(QString(":/samples/Calibration.ass"));
512512
m_player->jumpTo(0);
513513
m_player->enableAutoHide(false); // disable auto-hide for calibration
514514
actionToggleHide(false);

0 commit comments

Comments
 (0)