diff --git a/AUTHORS b/AUTHORS index 8bce9600d..bb33aa1a8 100644 --- a/AUTHORS +++ b/AUTHORS @@ -46,6 +46,7 @@ Special Thanks Image Contributors FOOOD Martin Stadtmueller (Icon tweaking) + Rick Patrick (Toolbar icons) Mike Matas (Previous toolbar icons) Jonas Rask (Globe icon) George Tsotsos diff --git a/macosx/Controller.m b/macosx/Controller.m index 8fb97bcbb..5f3dbc6ac 100644 --- a/macosx/Controller.m +++ b/macosx/Controller.m @@ -3438,4 +3438,3 @@ void sleepCallBack(void * controller, io_service_t y, natural_t messageType, voi } @end - diff --git a/macosx/Credits.rtf b/macosx/Credits.rtf index 391d0073b..553cdedff 100644 --- a/macosx/Credits.rtf +++ b/macosx/Credits.rtf @@ -85,8 +85,10 @@ Lead Developers \fs24 \cf0 \ Image Contributors\ -\b0 FOOOD -\b \ +\b0 FOOOD\ + Rick Patrick +\fs20 \cf2 (Toolbar icons) +\b\fs24 \cf0 \ \b0 Martin Stadtmueller \fs20 \cf2 (Icon tweaking) diff --git a/macosx/Images/Create.png b/macosx/Images/Create.png index 3aaac1b0b..76a82c4c2 100644 Binary files a/macosx/Images/Create.png and b/macosx/Images/Create.png differ diff --git a/macosx/Images/Filter.png b/macosx/Images/Filter.png index b1227344d..c884ace06 100644 Binary files a/macosx/Images/Filter.png and b/macosx/Images/Filter.png differ diff --git a/macosx/Images/Info.png b/macosx/Images/Info.png index 9e7606e92..7b9ac3538 100644 Binary files a/macosx/Images/Info.png and b/macosx/Images/Info.png differ diff --git a/macosx/Images/Open.png b/macosx/Images/Open.png index 0c65a33fc..257e5162e 100644 Binary files a/macosx/Images/Open.png and b/macosx/Images/Open.png differ diff --git a/macosx/Images/PauseAll.png b/macosx/Images/PauseAll.png index aeded31af..6d6de5e98 100644 Binary files a/macosx/Images/PauseAll.png and b/macosx/Images/PauseAll.png differ diff --git a/macosx/Images/PauseSelected.png b/macosx/Images/PauseSelected.png index f11891b76..dc5d42c15 100644 Binary files a/macosx/Images/PauseSelected.png and b/macosx/Images/PauseSelected.png differ diff --git a/macosx/Images/Remove.png b/macosx/Images/Remove.png index cff602d1f..3d79d2e74 100644 Binary files a/macosx/Images/Remove.png and b/macosx/Images/Remove.png differ diff --git a/macosx/Images/ResumeAll.png b/macosx/Images/ResumeAll.png index 2dbd9332e..bed8136fd 100644 Binary files a/macosx/Images/ResumeAll.png and b/macosx/Images/ResumeAll.png differ diff --git a/macosx/Images/ResumeSelected.png b/macosx/Images/ResumeSelected.png index 38757a875..49df88d85 100644 Binary files a/macosx/Images/ResumeSelected.png and b/macosx/Images/ResumeSelected.png differ