Move more newlines out of strings, and fix translations.

This commit is contained in:
Gavin Andresen
2011-12-16 17:13:45 -05:00
parent ab6c45372c
commit 6e39e7c9b3
17 changed files with 645 additions and 1211 deletions

View File

@@ -183,7 +183,6 @@ std::string DecodeBase64(const std::string& str);
std::string EncodeBase64(const unsigned char* pch, size_t len);
std::string EncodeBase64(const std::string& str);
void ParseParameters(int argc, char* argv[]);
const char* wxGetTranslation(const char* psz);
bool WildcardMatch(const char* psz, const char* mask);
bool WildcardMatch(const std::string& str, const std::string& mask);
int GetFilesize(FILE* file);