From bd6e053741e849b1053e474a5832776475aa8217 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sun, 7 Apr 2013 12:01:31 +0000 Subject: allow '-' to act as L as the setting deletion marker in autoexec.ini git-svn-id: http://svn.miranda-ng.org/main/trunk@4362 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/DbEditorPP/src/exportimport.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/DbEditorPP') diff --git a/plugins/DbEditorPP/src/exportimport.cpp b/plugins/DbEditorPP/src/exportimport.cpp index e3679d7d67..ed7aa6b371 100644 --- a/plugins/DbEditorPP/src/exportimport.cpp +++ b/plugins/DbEditorPP/src/exportimport.cpp @@ -532,6 +532,7 @@ void importSettings(HANDLE hContact, char *importstring ) break; case 'l': case 'L': + case '-': db_unset(hContact, module, setting); break; case 'n': -- cgit v1.2.3