diff --git a/apps/openmw/profile.hpp b/apps/openmw/profile.hpp index 8184c52be6..da8ef46e21 100644 --- a/apps/openmw/profile.hpp +++ b/apps/openmw/profile.hpp @@ -73,7 +73,7 @@ namespace OMW inline const UserStats UserStatsValue::sValue{ "World", "world" }; template <> - inline const UserStats UserStatsValue::sValue{ "Gui", "gui" }; + inline const UserStats UserStatsValue::sValue{ "GUI", "gui" }; template <> inline const UserStats UserStatsValue::sValue{ "Lua", "lua" };