diff options
| author | Oz Linden <oz@lindenlab.com> | 2011-10-07 14:38:00 -0400 |
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2011-10-07 14:38:00 -0400 |
| commit | 02e1578365627b3be265fa733f1206897c51ee77 (patch) | |
| tree | 18066ade3f93289c909ec67fd30baa420f69e798 /indra/newview/llstartup.cpp | |
| parent | f31cb4c790de84e297ced3045f33a7ba6dc85521 (diff) | |
storm-1581: modify feature table rules to increment version only when the intent is to reset all graphics preferences
Diffstat (limited to 'indra/newview/llstartup.cpp')
| -rw-r--r-- | indra/newview/llstartup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index 18aa14a15c..ab2c5d7ad5 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -377,7 +377,7 @@ bool idle_startup() else if ((gSavedSettings.getS32("LastFeatureVersion") < LLFeatureManager::getInstance()->getVersion()) && (gSavedSettings.getS32("LastFeatureVersion") != 0)) { - LLNotificationsUtil::add("DisplaySetToRecommended"); + LLNotificationsUtil::add("DisplaySetToRecommendedFeatureChange"); } else if ( ! lastGPU.empty() && (lastGPU != thisGPU)) { |
