return value_node;
}
- // If ValueBase::ident_type() recognises the name, then we know it's a ValueBase
+ // If ValueBase::ident_type() recognizes the name, then we know it's a ValueBase
if(element->get_name()!="canvas" && ValueBase::ident_type(element->get_name()))
{
ValueBase data=parse_value(element,canvas);
continue;
}
- // If we recognise the element name as a
+ // If we recognize the element name as a
// ValueBase, then treat is at one
if(/*(*iter)->get_name()!="canvas" && */ValueBase::ident_type((*iter)->get_name()) && !dynamic_cast<xmlpp::Element*>(*iter)->get_attribute("guid"))
{
{
String ext(filename_extension(filename));
if(ext!=".sif" && ext!=".sifz" && !App::dialog_yes_no(_("Unknown extension"),
- _("You have given the file name an extension\nwhich I do not recognise. Are you sure this is what you want?")))
+ _("You have given the file name an extension\nwhich I do not recognize. Are you sure this is what you want?")))
continue;
}
catch(...)
modifier=Gdk::ModifierType(event->button.state);
}
- // Make sure we recognise the device
+ // Make sure we recognize the device
/*if(curr_input_device)
{
if(curr_input_device!=device)
modifier=Gdk::ModifierType(event->button.state);
}
- // Make sure we recognise the device
+ // Make sure we recognize the device
if(curr_input_device)
{
if(curr_input_device!=device)
old_value=layer->get_param(param_name);
if(!old_value.is_valid())
- throw Error(_("Layer did not recognise parameter name"));
+ throw Error(_("Layer did not recognize parameter name"));
if(!layer->set_param(param_name,(*value_node)(0)))
throw Error(_("Bad connection"));
return;
}
- throw Error(_("ValueDesc is not recognised or supported."));
+ throw Error(_("ValueDesc is not recognized or supported."));
}
- throw Error(_("ValueDesc is not recognised or supported."));
+ throw Error(_("ValueDesc is not recognized or supported."));
*/
}
return;
}
- throw Error(_("ValueDesc is not recognised or supported."));
+ throw Error(_("ValueDesc is not recognized or supported."));
}