Home
last modified time | relevance | path

Searched refs:kNameAttribute (Results 1 – 1 of 1) sorted by relevance

/haiku/src/apps/people/
H A DPeopleApp.cpp48 static const char* kNameAttribute = "META:name"; variable
52 { kNameAttribute, 120, B_TRANSLATE("Contact name") },
298 B_TRANSLATE("New person"), kNameAttribute, in _NewWindow()
329 if (attribute->attribute == kNameAttribute) in _AddAttributes()