Tools: small bug fix for showing the correct test icon

This commit is contained in:
mdkus
2021-12-29 13:09:26 +01:00
committed by wmayer
parent 6cab871678
commit e4c2cc3c76
3 changed files with 114 additions and 1 deletions

View File

@@ -47,7 +47,7 @@ Cmd_TEMPLATE_Test::Cmd_TEMPLATE_Test()
sToolTipText = QT_TR_NOOP("_TEMPLATE_ Test function");
sWhatsThis = "_TEMPLATE__Test";
sStatusTip = QT_TR_NOOP("_TEMPLATE_ Test function");
sPixmap = "Test1";
sPixmap = "_TEMPLATE_Workbench";
sAccel = "CTRL+H";
}