FIX: fix the chinese text display issue for network plugin update
Change-Id: I50efd56f2b4a29237e76f5329c0423cfc2c7fff0
This commit is contained in:
parent
f4519a45e9
commit
35da8592ba
|
@ -876,8 +876,8 @@ private:
|
||||||
_u8L("Undo integration was successful.") },
|
_u8L("Undo integration was successful.") },
|
||||||
|
|
||||||
NotificationData{NotificationType::BBLPluginUpdateAvailable, NotificationLevel::ImportantNotificationLevel, BBL_NOTICE_MAX_INTERVAL,
|
NotificationData{NotificationType::BBLPluginUpdateAvailable, NotificationLevel::ImportantNotificationLevel, BBL_NOTICE_MAX_INTERVAL,
|
||||||
_L("New network plug-in available.").ToStdString(),
|
_u8L("New network plug-in available."),
|
||||||
_L("Details").ToStdString(),
|
_u8L("Details"),
|
||||||
[](wxEvtHandler* evnthndlr) {
|
[](wxEvtHandler* evnthndlr) {
|
||||||
//BBS set feishu release page by default
|
//BBS set feishu release page by default
|
||||||
wxCommandEvent* evt = new wxCommandEvent(EVT_UPDATE_PLUGINS_WHEN_LAUNCH);
|
wxCommandEvent* evt = new wxCommandEvent(EVT_UPDATE_PLUGINS_WHEN_LAUNCH);
|
||||||
|
|
Loading…
Reference in New Issue