@@ -30,11 +30,11 @@ #import "OFStdIOStream.h" #import "OFSystemInfo.h" #import "OFTCPSocket.h" #import "OFTLSSocket.h" #import "OFURL.h" -#import "OFLocalization.h" +#import "OFLocale.h" #import "OFSandbox.h" #import "OFAddressTranslationFailedException.h" #import "OFConnectionFailedException.h" #import "OFHTTPRequestFailedException.h" @@ -395,13 +395,13 @@ [sandbox release]; } #endif #ifndef OF_AMIGAOS - [OFLocalization addLanguageDirectory: @LANGUAGE_DIR]; + [OFLocale addLanguageDirectory: @LANGUAGE_DIR]; #else - [OFLocalization addLanguageDirectory: @"PROGDIR:/share/ofhttp/lang"]; + [OFLocale addLanguageDirectory: @"PROGDIR:/share/ofhttp/lang"]; #endif optionsParser = [OFOptionsParser parserWithOptions: options]; while ((option = [optionsParser nextOption]) != '\0') { switch (option) {