From c272072e571e77bae38762fd9c977be929280df9 Mon Sep 17 00:00:00 2001 From: sbh Date: Tue, 28 Oct 2014 11:22:30 +0300 Subject: [PATCH] Issue #177 Display Import feartures in the history --- src/ExchangePlugin/ExchangePlugin_ImportFeature.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ExchangePlugin/ExchangePlugin_ImportFeature.h b/src/ExchangePlugin/ExchangePlugin_ImportFeature.h index 3745d1660..f57478072 100644 --- a/src/ExchangePlugin/ExchangePlugin_ImportFeature.h +++ b/src/ExchangePlugin/ExchangePlugin_ImportFeature.h @@ -57,7 +57,7 @@ class ExchangePlugin_ImportFeature : public ModelAPI_Feature EXCHANGEPLUGIN_EXPORT virtual bool isInHistory() { - return false; + return true; } protected: -- 2.39.2