impr: Various cleanup

This commit is contained in:
WerWolv
2023-05-13 17:50:16 +02:00
parent 6e5d6810e7
commit 3c4e1b2f27
4 changed files with 4 additions and 5 deletions

View File

@@ -199,7 +199,7 @@ namespace hex::plugin::builtin {
}
ImGui::NewLine();
ImGui::TextWrapped("%s", static_cast<const char *>("hex.builtin.view.hashes.hover_info"_lang));
ImGui::InfoTooltip("hex.builtin.view.hashes.hover_info"_lang);
}
ImGui::End();
}