1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-29 14:52:12 +01:00

Remove " Gadget" from gadget names since it adds nothing useful.

This commit is contained in:
PeterG 2011-05-29 09:51:39 +02:00
parent 3a7f8c7fc5
commit 8b80b35964
11 changed files with 11 additions and 11 deletions

View File

@ -32,7 +32,7 @@
#include <coreplugin/iuavgadget.h>
ConfigGadgetFactory::ConfigGadgetFactory(QObject *parent) :
IUAVGadgetFactory(QString("ConfigGadget"), tr("Config Gadget"), parent)
IUAVGadgetFactory(QString("ConfigGadget"), tr("Config"), parent)
{
}

View File

@ -34,7 +34,7 @@
DialGadgetFactory::DialGadgetFactory(QObject *parent) :
IUAVGadgetFactory(QString("DialGadget"),
tr("Analog Dial Gadget"),
tr("Analog Dial"),
parent)
{
}

View File

@ -33,7 +33,7 @@
GpsDisplayGadgetFactory::GpsDisplayGadgetFactory(QObject *parent) :
IUAVGadgetFactory(QString("GpsDisplayGadget"),
tr("GPS Display Gadget"),
tr("GPS Display"),
parent)
{
}

View File

@ -33,7 +33,7 @@
LineardialGadgetFactory::LineardialGadgetFactory(QObject *parent) :
IUAVGadgetFactory(QString("LineardialGadget"),
tr("Bargraph Dial Gadget"),
tr("Bargraph Dial"),
parent)
{
}

View File

@ -33,7 +33,7 @@
#include <coreplugin/iuavgadget.h>
ModelViewGadgetFactory::ModelViewGadgetFactory(QObject *parent) :
IUAVGadgetFactory(QString("ModelViewGadget"), tr("ModelView Gadget"), parent)
IUAVGadgetFactory(QString("ModelViewGadget"), tr("ModelView"), parent)
{
}

View File

@ -32,7 +32,7 @@
#include <coreplugin/iuavgadget.h>
OPMapGadgetFactory::OPMapGadgetFactory(QObject *parent) :
IUAVGadgetFactory(QString("OPMapGadget"), tr("OPMap Gadget"), parent)
IUAVGadgetFactory(QString("OPMapGadget"), tr("OPMap"), parent)
{
}

View File

@ -33,7 +33,7 @@
PFDGadgetFactory::PFDGadgetFactory(QObject *parent) :
IUAVGadgetFactory(QString("PFDGadget"),
tr("Primary Flight Display Gadget"),
tr("Primary Flight Display"),
parent)
{
}

View File

@ -31,7 +31,7 @@
#include <coreplugin/iuavgadget.h>
PipXtremeGadgetFactory::PipXtremeGadgetFactory(QObject *parent) :
IUAVGadgetFactory(QString("PipXtreme"), tr("PipXtreme Gadget"), parent)
IUAVGadgetFactory(QString("PipXtreme"), tr("PipXtreme"), parent)
{
}

View File

@ -33,7 +33,7 @@
ScopeGadgetFactory::ScopeGadgetFactory(QObject *parent) :
IUAVGadgetFactory(QString("ScopeGadget"),
tr("Scope Gadget"),
tr("Scope"),
parent)
{
}

View File

@ -33,7 +33,7 @@
SystemHealthGadgetFactory::SystemHealthGadgetFactory(QObject *parent) :
IUAVGadgetFactory(QString("SystemHealthGadget"),
tr("System Health Gadget"),
tr("System Health"),
parent)
{
}

View File

@ -33,7 +33,7 @@
#include <coreplugin/iuavgadget.h>
UploaderGadgetFactory::UploaderGadgetFactory(QObject *parent) :
IUAVGadgetFactory(QString("Uploader"), tr("Uploader Gadget"), parent)
IUAVGadgetFactory(QString("Uploader"), tr("Uploader"), parent)
{
}