--- nono/wx/wxsoftkey.cpp 2026/04/29 17:04:28 1.1 +++ nono/wx/wxsoftkey.cpp 2026/04/29 17:04:30 1.1.1.2 @@ -204,7 +204,7 @@ WXLunaSoftKeyPanel::Draw(wxDC& dc) } SetTextBackColor(bgcolor); - wxString utfstr("右クリックで長押し"); + wxString utfstr(wxT("右クリックで長押し")); const char *sjis = (const char *)utfstr.mb_str(conv); DrawStringSJIS(dc, 190 * unit, 2 * unit, sjis, TA::Disable); }