- SCR: Fix the screensaver logo.

clientscr/
        boinc_ss.rc

svn path=/trunk/boinc/; revision=16329
This commit is contained in:
Rom Walton 2008-10-28 15:51:04 +00:00
parent 5518259dd0
commit 2265da06ed
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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