diff --git a/Telegram/SourceFiles/history/view/history_view_top_bar_widget.cpp b/Telegram/SourceFiles/history/view/history_view_top_bar_widget.cpp index 1e51616070..c993a7fb00 100644 --- a/Telegram/SourceFiles/history/view/history_view_top_bar_widget.cpp +++ b/Telegram/SourceFiles/history/view/history_view_top_bar_widget.cpp @@ -458,6 +458,8 @@ void TopBarWidget::paintTopBar(Painter &p) { return tr::lng_report_reason_child_abuse(tr::now); case Reason::Pornography: return tr::lng_report_reason_pornography(tr::now); + case Reason::Copyright: + return tr::lng_report_reason_copyright(tr::now); } Unexpected("reason in TopBarWidget::paintTopBar."); }();