FIX: fix the chinese text display issue for network plugin update

Change-Id: I50efd56f2b4a29237e76f5329c0423cfc2c7fff0
This commit is contained in:
lane.wei 2022-12-24 14:13:28 +08:00 committed by Lane.Wei
parent f4519a45e9
commit 35da8592ba
1 changed files with 2 additions and 2 deletions

View File

@ -876,8 +876,8 @@ private:
_u8L("Undo integration was successful.") },
NotificationData{NotificationType::BBLPluginUpdateAvailable, NotificationLevel::ImportantNotificationLevel, BBL_NOTICE_MAX_INTERVAL,
_L("New network plug-in available.").ToStdString(),
_L("Details").ToStdString(),
_u8L("New network plug-in available."),
_u8L("Details"),
[](wxEvtHandler* evnthndlr) {
//BBS set feishu release page by default
wxCommandEvent* evt = new wxCommandEvent(EVT_UPDATE_PLUGINS_WHEN_LAUNCH);