mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-29 16:54:43 +02:00
Fix function List button tool tips mixed up issue
Swap errant tooltip text for function list sort and reload buttons. Fix #9804, close #9829
This commit is contained in:
parent
b657f58580
commit
666f228027
@ -113,8 +113,8 @@ private:
|
|||||||
long _findEndLine = -1;
|
long _findEndLine = -1;
|
||||||
HTREEITEM _findItem;
|
HTREEITEM _findItem;
|
||||||
|
|
||||||
generic_string _sortTipStr = TEXT("Reload");
|
generic_string _sortTipStr = TEXT("Sort");
|
||||||
generic_string _reloadTipStr = TEXT("Sort");
|
generic_string _reloadTipStr = TEXT("Reload");
|
||||||
|
|
||||||
std::vector<foundInfo> _foundFuncInfos;
|
std::vector<foundInfo> _foundFuncInfos;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user