All entities now have GID
This commit is contained in:
parent
eb097588ba
commit
2be2e9f5e3
9 changed files with 59 additions and 11 deletions
|
|
@ -94,7 +94,7 @@ void DeliveryPointEditDialog::set_dpoint(dpoint_entity* dpoint, bool edit) {
|
|||
void DeliveryPointEditDialog::accept() {
|
||||
bool emptyTitle = ui->et_title->text().trimmed().isEmpty();
|
||||
if (emptyTitle) {;
|
||||
QString message = "Some errors happend, while saving your note:"
|
||||
QString message = "Some errors happend, while saving:"
|
||||
"<br>- Title cannot be empty (all spaces - empty too)";
|
||||
QMessageBox::critical(this, "Error", message);
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue