diff options
author | George Hazan <george.hazan@gmail.com> | 2023-08-18 14:45:06 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-08-18 14:45:06 +0300 |
commit | 0cc825103d88bc5b9033e2b4865c40b9e9d53383 (patch) | |
tree | 30c91964404c7a3ed923959b8531bf8c29f6cae7 /plugins/NewStory/src/utils.h | |
parent | d92bc4c8184313d4963bce815b8c50c33684d07d (diff) |
fixes #3645 (NewStory: не копировать теги при копировании текста)
Diffstat (limited to 'plugins/NewStory/src/utils.h')
-rw-r--r-- | plugins/NewStory/src/utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/NewStory/src/utils.h b/plugins/NewStory/src/utils.h index 07dd85da44..9e9c74b55b 100644 --- a/plugins/NewStory/src/utils.h +++ b/plugins/NewStory/src/utils.h @@ -3,3 +3,5 @@ bool CheckFilter(wchar_t *buf, wchar_t *filter); HMENU NSMenu_Build(struct ItemData *item); bool NSMenu_Process(int iCommand, struct NewstoryListData *data); + +void RemoveBbcodes(wchar_t *pwszText); |