diff options
author | George Hazan <george.hazan@gmail.com> | 2023-11-02 16:25:16 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-11-02 16:25:22 +0300 |
commit | 30516cfd877bf99f56ef43a7fe50ff8154f703b8 (patch) | |
tree | 084861977edb60bbdaf38ea904fa055d13f8419e /plugins/NewStory/src/history_control.h | |
parent | c3fb56beba551ba6f40e2ba8b9b0dc8b862c53e6 (diff) |
fixes #3596 (ICQ: "Copy URL" в контекстном меню журнала/истории на оффлайн файле отдает бессмысленную ссылку)
Diffstat (limited to 'plugins/NewStory/src/history_control.h')
-rw-r--r-- | plugins/NewStory/src/history_control.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/NewStory/src/history_control.h b/plugins/NewStory/src/history_control.h index 332c8eb7d7..b773c43c6b 100644 --- a/plugins/NewStory/src/history_control.h +++ b/plugins/NewStory/src/history_control.h @@ -63,6 +63,7 @@ struct NewstoryListData : public MZeroedObject void Clear(); void ClearSelection(int iFirst, int iLast); void Copy(bool bTextOnly = false); + void CopyUrl(); void DeleteItems(void); void Download(int iOptions); void EndEditItem(bool bAccept); |