--- src/dlg/dlgDatabase.cpp.orig Wed Dec 21 04:42:25 2005 +++ src/dlg/dlgDatabase.cpp Wed Dec 21 04:44:40 2005 @@ -252,7 +252,8 @@ if (database) { - enable = txtSchemaRestr->GetValue() != database->GetSchemaRestriction(); + enable = txtSchemaRestr->GetValue() != database->GetSchemaRestriction() + || txtComment->GetValue() != database->GetComment(); } CheckValid(enable, !GetName().IsEmpty(), _("Please specify name."));