diff options
Diffstat (limited to 'plugins/DbEditorPP/src/exportimport.cpp')
-rw-r--r-- | plugins/DbEditorPP/src/exportimport.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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':
|