diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp
index 81b96fae338e69a163692e04f50d58c3e4561228..405de4752bcb616ca9aa03c51014e6a504622686 100644
--- a/indra/newview/llstartup.cpp
+++ b/indra/newview/llstartup.cpp
@@ -430,7 +430,7 @@ bool idle_startup()
 		{
 			LLNotificationsUtil::add("DisplaySetToSafe");
 		}
-		else if ((gSavedSettings.getS32("LastFeatureVersion") < LLFeatureManager::getInstance()->getVersion()) &&
+		else if ((gSavedSettings.getS32("LastFeatureVersion") != LLFeatureManager::getInstance()->getVersion()) &&
 				 (gSavedSettings.getS32("LastFeatureVersion") != 0))
 		{
 			LLNotificationsUtil::add("DisplaySetToRecommendedFeatureChange");