diff options
Diffstat (limited to 'plugins/UserInfoEx/src/classPsTree.cpp')
-rw-r--r-- | plugins/UserInfoEx/src/classPsTree.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UserInfoEx/src/classPsTree.cpp b/plugins/UserInfoEx/src/classPsTree.cpp index b1564eb650..2a26926a35 100644 --- a/plugins/UserInfoEx/src/classPsTree.cpp +++ b/plugins/UserInfoEx/src/classPsTree.cpp @@ -663,7 +663,7 @@ int CPsTree::BeginLabelEdit(HTREEITEM hItem) NULL,
ghInst,
NULL );
- if(_hLabelEdit)
+ if (_hLabelEdit)
{
_hDragItem = hItem;
SetUserData(_hLabelEdit, this);
|