diff --git a/src/Mod/Tux/NavigationIndicatorGui.py b/src/Mod/Tux/NavigationIndicatorGui.py index f2c8b8d81a..b76ea9afd5 100644 --- a/src/Mod/Tux/NavigationIndicatorGui.py +++ b/src/Mod/Tux/NavigationIndicatorGui.py @@ -74,9 +74,9 @@ def RePopulateIcons(): a6.setIcon(QtGui.QIcon(":/icons/NavigationOpenInventor_" + StyleSheetType + ".svg")) a7.setIcon(QtGui.QIcon(":/icons/NavigationOpenSCAD_" + StyleSheetType + ".svg")) a8.setIcon(QtGui.QIcon(":/icons/NavigationRevit_" + StyleSheetType + ".svg")) - a9.setIcon(QtGui.QIcon(":/icons/NavigationTinkerCAD_" + StyleSheetType + ".svg")) - a10.setIcon(QtGui.QIcon(":/icons/NavigationTouchpad_" + StyleSheetType + ".svg")) - a11.setIcon(QtGui.QIcon(":/icons/NavigationSolidWorks_" + StyleSheetType + ".svg")) + a9.setIcon(QtGui.QIcon(":/icons/NavigationSolidWorks_" + StyleSheetType + ".svg")) + a10.setIcon(QtGui.QIcon(":/icons/NavigationTinkerCAD_" + StyleSheetType + ".svg")) + a11.setIcon(QtGui.QIcon(":/icons/NavigationTouchpad_" + StyleSheetType + ".svg")) def retranslateUi(): @@ -474,6 +474,44 @@ def retranslateUi(): global t9 t9 = ( + "
SolidWorks " + + text06 + + """
+| """ + + text01 + + """ | +""" + + text02 + + """ | +""" + + text02 + + """ | +""" + + text03 + + """ | +""" + + text04 + + """ | +
|---|---|---|---|---|
TinkerCAD " + text06 + """
@@ -501,8 +539,8 @@ def retranslateUi(): """ ) - global t10 - t10 = ( + global t11 + t11 = ( "Touchpad " + text06 + """
@@ -567,44 +605,6 @@ def retranslateUi(): + "" ) - global t11 - t11 = ( - "SolidWorks " - + text06 - + """
-| """ - + text01 - + """ | -""" - + text02 - + """ | -""" - + text02 - + """ | -""" - + text03 - + """ | -""" - + text04 - + """ | -
|---|---|---|---|---|