diff --git a/Makefile b/Makefile index a54c225..1541f12 100644 --- a/Makefile +++ b/Makefile @@ -50,10 +50,8 @@ SRCS = \ # used. RDEFS = \ src/Pogger.rdef \ - art/FeedIcon.rdef \ - art/EntryIcon.rdef \ - art/DownloadStatus.rdef \ - art/ErrorStatus.rdef \ + img/icons/FeedIcon.rdef \ + img/icons/EntryIcon.rdef # Specify the resource files to use. Full or relative paths can be used. diff --git a/art/DownloadStatus b/img/icons/DownloadStatus similarity index 100% rename from art/DownloadStatus rename to img/icons/DownloadStatus diff --git a/art/DownloadStatus.rdef b/img/icons/DownloadStatus.rdef similarity index 100% rename from art/DownloadStatus.rdef rename to img/icons/DownloadStatus.rdef diff --git a/art/EntryIcon b/img/icons/EntryIcon similarity index 100% rename from art/EntryIcon rename to img/icons/EntryIcon diff --git a/art/EntryIcon.rdef b/img/icons/EntryIcon.rdef similarity index 100% rename from art/EntryIcon.rdef rename to img/icons/EntryIcon.rdef diff --git a/art/ErrorStatus b/img/icons/ErrorStatus similarity index 100% rename from art/ErrorStatus rename to img/icons/ErrorStatus diff --git a/art/ErrorStatus.rdef b/img/icons/ErrorStatus.rdef similarity index 100% rename from art/ErrorStatus.rdef rename to img/icons/ErrorStatus.rdef diff --git a/art/FeedIcon b/img/icons/FeedIcon similarity index 100% rename from art/FeedIcon rename to img/icons/FeedIcon diff --git a/art/FeedIcon.rdef b/img/icons/FeedIcon.rdef similarity index 100% rename from art/FeedIcon.rdef rename to img/icons/FeedIcon.rdef diff --git a/art/README.txt b/img/icons/README.txt similarity index 100% rename from art/README.txt rename to img/icons/README.txt diff --git a/img/screenshots/feedEntries.png b/img/screenshots/feedEntries.png new file mode 100644 index 0000000..fe2071b Binary files /dev/null and b/img/screenshots/feedEntries.png differ diff --git a/img/screenshots/mainWindow.png b/img/screenshots/mainWindow.png new file mode 100644 index 0000000..12bac1d Binary files /dev/null and b/img/screenshots/mainWindow.png differ