diff options
Diffstat (limited to 'src/plugins/General/hal/halfactory.cpp')
| -rw-r--r-- | src/plugins/General/hal/halfactory.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/General/hal/halfactory.cpp b/src/plugins/General/hal/halfactory.cpp index 48b7aa7e6..e0b777d43 100644 --- a/src/plugins/General/hal/halfactory.cpp +++ b/src/plugins/General/hal/halfactory.cpp @@ -27,6 +27,7 @@ const GeneralProperties HalFactory::properties() const { GeneralProperties properties; properties.name = tr("HAL Plugin"); + properties.shortName = "hal"; properties.hasAbout = FALSE; properties.hasSettings = FALSE; properties.visibilityControl = FALSE; |
