Skip to content

Commit e2a1f9b

Browse files
committed
Fix for Qt 5 names for actions.
1 parent ea8feb2 commit e2a1f9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Qt/milxQtImage.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4308,7 +4308,7 @@ void milxQtImage::createActions()
43084308
invertAct->setText(tr("Invert Intensities", 0));
43094309
invertAct->setShortcut(tr("Alt+v"));
43104310
projectAct = new QAction(this);
4311-
projectAct->setText(QApplication::translate("Image", "Maximum Intensity Projection", 0, QApplication::UnicodeUTF8));
4311+
projectAct->setText(tr("Maximum Intensity Projection", 0));
43124312
projectAct->setShortcut(tr("Alt+p"));
43134313
relabelAct = new QAction(this);
43144314
relabelAct->setText(tr("Relabel", 0));

0 commit comments

Comments
 (0)