no message

svn path=/trunk/boinc/; revision=1264
This commit is contained in:
Dan Werthimer 2003-05-29 23:27:39 +00:00
parent 5f11d53efe
commit f44c3179cf
2 changed files with 5 additions and 0 deletions

View File

@ -4362,6 +4362,9 @@ Erik May 22 2003
Eric May 29, 2003
- added foreign language support functions
- fixed allowed space calculation (standardized on 1 GB=2^30 bytes, not 10^9)
client/
client_state.C
lib/
language.C,h

View File

@ -173,6 +173,8 @@ int CLIENT_STATE::init() {
srand(time(NULL));
language.read_language_file(LANGUAGE_FILE_NAME);
// parse account files.
// If there are none, prompt user for project URL and create file
//