summaryrefslogtreecommitdiff
path: root/plugins/NewStory/src/history_control.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-11-02 16:25:16 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-11-02 16:25:22 +0300
commit30516cfd877bf99f56ef43a7fe50ff8154f703b8 (patch)
tree084861977edb60bbdaf38ea904fa055d13f8419e /plugins/NewStory/src/history_control.h
parentc3fb56beba551ba6f40e2ba8b9b0dc8b862c53e6 (diff)
fixes #3596 (ICQ: "Copy URL" в контекстном меню журнала/истории на оффлайн файле отдает бессмысленную ссылку)
Diffstat (limited to 'plugins/NewStory/src/history_control.h')
-rw-r--r--plugins/NewStory/src/history_control.h1
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);