diff --git a/CMakeLists.txt b/CMakeLists.txt index d0a650edb..4062e5bfe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,6 +23,10 @@ # - resource compiler (rc.exe) is needed on OS/2, # - supports Windows, Linux, OS/2 (eComStation). # +# Authors and contributors: +# - Martin Rotter (project leader) +# - Elbert Pol (huge OS/2-related contributions) +# ################################################################# cmake_minimum_required(VERSION 2.8.11) diff --git a/resources/executable_properties/rssguard_os2.rc.in b/resources/executable_properties/rssguard_os2.rc.in index 1f0209e52..4a8cf3ef1 100644 --- a/resources/executable_properties/rssguard_os2.rc.in +++ b/resources/executable_properties/rssguard_os2.rc.in @@ -1 +1 @@ -ICON 1 DISCARDABLE "@PROJECT_SOURCE_DIR@/resources/graphics/rssguard.ico" \ No newline at end of file +ICON 1 DISCARDABLE "@PROJECT_SOURCE_DIR@/resources/graphics/rssguard_os2.ico" \ No newline at end of file diff --git a/resources/graphics/rssguard_os2.ico b/resources/graphics/rssguard_os2.ico new file mode 100644 index 000000000..3b017e99b Binary files /dev/null and b/resources/graphics/rssguard_os2.ico differ