Metrics: hotfix (fix 6ba13349 + f08566b4, #4005)
diff --git a/imgui.cpp b/imgui.cpp
index dce61e8..035e748 100644
--- a/imgui.cpp
+++ b/imgui.cpp
@@ -11116,7 +11116,7 @@
     // Misc Details
     if (TreeNode("Internal state"))
     {
-        const char* input_source_names[] = { "None", "Mouse", "Nav", "NavKeyboard", "NavGamepad" }; IM_ASSERT(IM_ARRAYSIZE(input_source_names) == ImGuiInputSource_COUNT);
+        const char* input_source_names[] = { "None", "Mouse", "Keyboard", "Gamepad", "Nav", "Clipboard" }; IM_ASSERT(IM_ARRAYSIZE(input_source_names) == ImGuiInputSource_COUNT);
 
         Text("WINDOWING");
         Indent();