diff options
| author | George Hazan <ghazan@miranda.im> | 2023-02-19 17:50:00 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2023-02-19 17:50:00 +0300 |
| commit | 5a754e4a418e767ea3355521fd04878197cfe7aa (patch) | |
| tree | acd2649ba6fec60d626424a28c0ac0b239742eb4 /libs/mTextControl/src/textcontrol.cpp | |
| parent | 756cda6094c7e3e24a29323867b070b988dfaf1c (diff) | |
fixes #2357 (NewStory: links in log/history should be clickable)
Diffstat (limited to 'libs/mTextControl/src/textcontrol.cpp')
| -rw-r--r-- | libs/mTextControl/src/textcontrol.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/mTextControl/src/textcontrol.cpp b/libs/mTextControl/src/textcontrol.cpp index d58fd0e1c1..30caf61b95 100644 --- a/libs/mTextControl/src/textcontrol.cpp +++ b/libs/mTextControl/src/textcontrol.cpp @@ -27,7 +27,7 @@ struct TextControlData { HANDLE htu; wchar_t *text; - HANDLE mtext; + struct TextObject *mtext; }; void MTextControl_RegisterClass() |
