Index: src/ch/RuleEditDlg.h
===================================================================
diff -u -N -re6f64ea0eecaf86dfa1a42c80604d227b69be768 -r931355150221601949c1e8e3efc9e1621d337189
--- src/ch/RuleEditDlg.h	(.../RuleEditDlg.h)	(revision e6f64ea0eecaf86dfa1a42c80604d227b69be768)
+++ src/ch/RuleEditDlg.h	(.../RuleEditDlg.h)	(revision 931355150221601949c1e8e3efc9e1621d337189)
@@ -1,21 +1,21 @@
-/***************************************************************************
-*   Copyright (C) 2001-2008 by J�zef Starosczyk                           *
-*   ixen@copyhandler.com                                                  *
-*                                                                         *
-*   This program is free software; you can redistribute it and/or modify  *
-*   it under the terms of the GNU Library General Public License          *
-*   (version 2) as published by the Free Software Foundation;             *
-*                                                                         *
-*   This program is distributed in the hope that it will be useful,       *
-*   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
-*   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
-*   GNU General Public License for more details.                          *
-*                                                                         *
-*   You should have received a copy of the GNU Library General Public     *
-*   License along with this program; if not, write to the                 *
-*   Free Software Foundation, Inc.,                                       *
-*   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
-***************************************************************************/
+// ============================================================================
+//  Copyright (C) 2001-2020 by Jozef Starosczyk
+//  ixen {at} copyhandler [dot] com
+//
+//  This program is free software; you can redistribute it and/or modify
+//  it under the terms of the GNU Library General Public License
+//  (version 2) as published by the Free Software Foundation;
+//
+//  This program is distributed in the hope that it will be useful,
+//  but WITHOUT ANY WARRANTY; without even the implied warranty of
+//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+//  GNU General Public License for more details.
+//
+//  You should have received a copy of the GNU Library General Public
+//  License along with this program; if not, write to the
+//  Free Software Foundation, Inc.,
+//  59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+// ============================================================================
 #pragma once
 
 #include "CDragDropListCtrl.h"
@@ -34,7 +34,7 @@
 	chengine::FeedbackRules GetRules() const { return m_rules; }
 
 protected:
-	void DoDataExchange(CDataExchange* pDX) override;    // DDX/DDV support
+	void DoDataExchange(CDataExchange* pDX) override;
 
 	void OnLanguageChanged() override;
 
@@ -59,16 +59,22 @@
 	afx_msg void OnAlreadyExistsChangeButton();
 	afx_msg void OnAlreadyExistsAddButton();
 	afx_msg void OnAlreadyExistsRemoveButton();
+	afx_msg void OnAlreadyExistsUpButton();
+	afx_msg void OnAlreadyExistsDownButton();
 
 	afx_msg void OnDblclkErrorList(NMHDR* pNMHDR, LRESULT* pResult);
 	afx_msg void OnErrorChangeButton();
 	afx_msg void OnErrorAddButton();
 	afx_msg void OnErrorRemoveButton();
+	afx_msg void OnErrorUpButton();
+	afx_msg void OnErrorDownButton();
 
 	afx_msg void OnDblclkNotEnoughSpaceList(NMHDR* pNMHDR, LRESULT* pResult);
 	afx_msg void OnNotEnoughSpaceChangeButton();
 	afx_msg void OnNotEnoughSpaceAddButton();
 	afx_msg void OnNotEnoughSpaceRemoveButton();
+	afx_msg void OnNotEnoughSpaceUpButton();
+	afx_msg void OnNotEnoughSpaceDownButton();
 
 	DECLARE_MESSAGE_MAP()