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