diff options
Diffstat (limited to 'protocols/Weather/src')
-rw-r--r-- | protocols/Weather/src/weather_userinfo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Weather/src/weather_userinfo.cpp b/protocols/Weather/src/weather_userinfo.cpp index 5d4ba034d0..b0e0bf6859 100644 --- a/protocols/Weather/src/weather_userinfo.cpp +++ b/protocols/Weather/src/weather_userinfo.cpp @@ -272,6 +272,7 @@ public: CUserInfoPageDlg(g_plugin, IDD_USERINFO), btnDetail(this, IDC_MOREDETAIL) { + btnDetail.OnClick = Callback(this, &WeatherUserInfoDlg::onClick_Detail); } bool OnInitDialog() override |