diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2023-01-04 13:33:41 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-01-23 14:16:33 +0100 |
| commit | 50c2ebde87ee3c74fd0e509015b534bd26d538ba (patch) | |
| tree | 25fd4115434e6af6201b5c7ec7c92c1203a6a998 /proto-ft/ftnoir_protocol_ft.h | |
| parent | d9a88a7a56f0ba41f2505b9b5756a4a0c26fa786 (diff) | |
proto/freetrack: rename for compact ui
Diffstat (limited to 'proto-ft/ftnoir_protocol_ft.h')
| -rw-r--r-- | proto-ft/ftnoir_protocol_ft.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto-ft/ftnoir_protocol_ft.h b/proto-ft/ftnoir_protocol_ft.h index a07747d9..6ac1619f 100644 --- a/proto-ft/ftnoir_protocol_ft.h +++ b/proto-ft/ftnoir_protocol_ft.h @@ -86,6 +86,6 @@ class freetrackDll : public Metadata Q_OBJECT public: - QString name() { return tr("freetrack 2.0 Enhanced"); } + QString name() { return tr("freetrack"); } QIcon icon() { return QIcon(":/images/freetrack.png"); } }; |
