From 50c2ebde87ee3c74fd0e509015b534bd26d538ba Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 4 Jan 2023 13:33:41 +0100 Subject: proto/freetrack: rename for compact ui --- proto-ft/ftnoir_protocol_ft.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto-ft/ftnoir_protocol_ft.h') diff --git a/proto-ft/ftnoir_protocol_ft.h b/proto-ft/ftnoir_protocol_ft.h index a07747d9a..6ac1619f2 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"); } }; -- cgit v1.2.3