From 01ad4ef9c81789527b8b91f24eba619432647e80 Mon Sep 17 00:00:00 2001 From: Karl Chen Date: Mon, 3 Nov 2003 03:31:24 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=2620 --- checkin_notes | 7 +++++++ client/gui_titles.C | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/checkin_notes b/checkin_notes index cc49906448..5b9d6385fa 100755 --- a/checkin_notes +++ b/checkin_notes @@ -7392,4 +7392,11 @@ David 2 Nov 2003 server_types.C,h Karl 2003-11-02 + - changed GUI titles: + - "computation done" is now "computation error" + - "results uploaded" is now "ready to report" + + client/ + gui_titles.C + - BOINC core client release 2.09 diff --git a/client/gui_titles.C b/client/gui_titles.C index 5faf471182..4ab69226ca 100644 --- a/client/gui_titles.C +++ b/client/gui_titles.C @@ -30,8 +30,8 @@ char g_szMiscItems[MAX_MISC_STR][256] = { "New", "Running", "Ready to run", - "Computation done", - "Outputs uploaded", + "Computation error", // Computation done + "Ready to report", // Files uploaded "Acknowledged", "Error: invalid state", "Completed",