summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2013-12-01 12:30:22 +0100
committerStanislaw Halik <sthalik@misaki.pl>2013-12-01 12:30:22 +0100
commit4f0c9ceba14efba6a91518ab3d4f0c84bdb5c5e1 (patch)
treebf5fc274f841fc8d5e230aebc3469201ed1b6b3d
parentcb233e361a859bc3271cdccd701e1690af459592 (diff)
accela: bump version
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
-rw-r--r--ftnoir_filter_accela/ftnoir_filter_accela.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ftnoir_filter_accela/ftnoir_filter_accela.h b/ftnoir_filter_accela/ftnoir_filter_accela.h
index eec97758..f5c0b8bc 100644
--- a/ftnoir_filter_accela/ftnoir_filter_accela.h
+++ b/ftnoir_filter_accela/ftnoir_filter_accela.h
@@ -102,9 +102,9 @@ public:
FTNoIR_FilterDll();
~FTNoIR_FilterDll();
- void getFullName(QString *strToBeFilled) { *strToBeFilled = QString("Accela Filter Mk3"); }
- void getShortName(QString *strToBeFilled) { *strToBeFilled = QString("Accela Mk3"); }
- void getDescription(QString *strToBeFilled) { *strToBeFilled = QString("Accela filter Mk3"); }
+ void getFullName(QString *strToBeFilled) { *strToBeFilled = QString("Accela Filter Mk4"); }
+ void getShortName(QString *strToBeFilled) { *strToBeFilled = QString("Accela Mk4"); }
+ void getDescription(QString *strToBeFilled) { *strToBeFilled = QString("Accela filter Mk4"); }
void getIcon(QIcon *icon){ *icon = QIcon(":/images/filter-16.png"); }
};