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";
}

View File

@@ -1,4 +1,5 @@
<!DOCTYPE RCC><RCC version="1.0">
<qresource>
<file>icons/_TEMPLATE_Workbench.svg</file>
</qresource>
</RCC>

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.0 KiB