Fix compile

This commit is contained in:
ebbit1q
2025-12-17 07:01:04 +01:00
committed by GitHub
parent 3320c89bfc
commit 2d5ec064df
6 changed files with 632 additions and 557 deletions
+1 -1
View File
@@ -205,7 +205,7 @@ void BulkModificationWindow::onOk(wxCommandEvent&) {
}
// get the new script values
vector<shared_ptr<Action>> actions;
String& field_name = field_type->GetString(field_type->GetSelection());
String field_name = field_type->GetString(field_type->GetSelection());
// stylesheet, notes or id change
if (field_name == _("stylesheet") || field_name == _("notes") || field_name == _("id")) {
vector<String> new_values;