--- nono/wx/wxlogmonitor.cpp 2026/04/29 17:04:28 1.1.1.1 +++ nono/wx/wxlogmonitor.cpp 2026/04/29 17:04:30 1.1.1.2 @@ -18,7 +18,7 @@ wxEND_EVENT_TABLE() // コンストラクタ WXLogMonitor::WXLogMonitor(wxWindow *parent, wxWindowID id) - : inherited(parent, id, "ログモニター") + : inherited(parent, id, wxT("ログモニター")) { col = 80; row = 40;