From 2265da06ed7f6f0ae1117c97606456019dcdcfab Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Tue, 28 Oct 2008 15:51:04 +0000 Subject: [PATCH] - SCR: Fix the screensaver logo. clientscr/ boinc_ss.rc svn path=/trunk/boinc/; revision=16329 --- checkin_notes | 6 ++++++ clientscr/boinc_ss.rc | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/checkin_notes b/checkin_notes index 4c7de2f4aa..80450cdb04 100644 --- a/checkin_notes +++ b/checkin_notes @@ -8765,3 +8765,9 @@ David 27 Oct 2008 cs_cmdlines.cpp clientgui/ BOINCClientManager.cpp + +Rom 28 Oct 2008 + - SCR: Fix the screensaver logo. + + clientscr/ + boinc_ss.rc diff --git a/clientscr/boinc_ss.rc b/clientscr/boinc_ss.rc index 4d15863a58..9feb1f8553 100644 --- a/clientscr/boinc_ss.rc +++ b/clientscr/boinc_ss.rc @@ -234,11 +234,11 @@ IDB_BOINCSPLAT BITMAP "res\\gridrepublic.bmp" #elif defined(_WCG) -IDB_BOINCSPLAT BITMAP "res\\boinc.bmp" +IDB_BOINCSPLAT BITMAP "res\\wcg.bmp" #else -IDB_BOINCSPLAT BITMAP "res\\wcg.bmp" +IDB_BOINCSPLAT BITMAP "res\\boinc.bmp" #endif