diff --git a/UI/Contacts/GNUmakefile b/UI/Contacts/GNUmakefile index 43c6dcb19..318589a20 100644 --- a/UI/Contacts/GNUmakefile +++ b/UI/Contacts/GNUmakefile @@ -23,6 +23,13 @@ ContactsUI_RESOURCE_FILES += \ Version \ product.plist \ +ContactsUI_RESOURCE_FILES += \ + Images/delete.png \ + Images/new-card.png \ + Images/new-list.png \ + Images/properties.png \ + Images/write.png + ContactsUI_LOCALIZED_RESOURCE_FILES += \ Localizable.strings \ diff --git a/UI/Contacts/Images/delete.png b/UI/Contacts/Images/delete.png new file mode 100644 index 000000000..3abba4ceb Binary files /dev/null and b/UI/Contacts/Images/delete.png differ diff --git a/UI/Contacts/Images/new-card.png b/UI/Contacts/Images/new-card.png new file mode 100644 index 000000000..ca7dae3f1 Binary files /dev/null and b/UI/Contacts/Images/new-card.png differ diff --git a/UI/Contacts/Images/new-list.png b/UI/Contacts/Images/new-list.png new file mode 100644 index 000000000..55ac33d23 Binary files /dev/null and b/UI/Contacts/Images/new-list.png differ diff --git a/UI/Contacts/Images/properties.png b/UI/Contacts/Images/properties.png new file mode 100644 index 000000000..0b08798d6 Binary files /dev/null and b/UI/Contacts/Images/properties.png differ diff --git a/UI/Contacts/Images/write.png b/UI/Contacts/Images/write.png new file mode 100644 index 000000000..152b65ecd Binary files /dev/null and b/UI/Contacts/Images/write.png differ