Fix viewsphere labels not being translated

This commit is contained in:
Thomas Cujé
2019-03-01 19:46:55 +01:00
parent 5707c497a4
commit 1959dc0be6
+2 -2
View File
@@ -39,8 +39,8 @@ void lcViewSphere::CreateResources(lcContext* Context)
const QString ViewNames[6] =
{
QT_TRANSLATE_NOOP("ViewName", "Left"), QT_TRANSLATE_NOOP("ViewName", "Right"), QT_TRANSLATE_NOOP("ViewName", "Back"),
QT_TRANSLATE_NOOP("ViewName", "Front"), QT_TRANSLATE_NOOP("ViewName", "Top"), QT_TRANSLATE_NOOP("ViewName", "Bottom")
QCoreApplication::translate("ViewName", "Left"), QCoreApplication::translate("ViewName", "Right"), QCoreApplication::translate("ViewName", "Back"),
QCoreApplication::translate("ViewName", "Front"), QCoreApplication::translate("ViewName", "Top"), QCoreApplication::translate("ViewName", "Bottom")
};
const QTransform ViewTransforms[6] =