diff --git a/plugins/libimhex/include/hex/views/view.hpp b/plugins/libimhex/include/hex/views/view.hpp index 1727b0f99..1c2e88a0b 100644 --- a/plugins/libimhex/include/hex/views/view.hpp +++ b/plugins/libimhex/include/hex/views/view.hpp @@ -57,7 +57,7 @@ namespace hex { void confirmButtons(const std::string &textLeft, const std::string &textRight, const std::function &leftButtonFn, const std::function &rightButtonFn); static inline std::string toWindowName(const std::string &unlocalizedName) { - return LangEntry(unlocalizedName) + "##" + unlocalizedName; + return LangEntry(unlocalizedName) + "###" + unlocalizedName; } private: