Console: rename PascalCase named methods to camelCase
This commit is contained in:
@@ -434,7 +434,7 @@ std::string CDxfWrite::getPlateFile(std::string fileSpec)
|
||||
std::stringstream outString;
|
||||
Base::FileInfo fi(fileSpec);
|
||||
if (!fi.isReadable()) {
|
||||
Base::Console().Message("dxf unable to open %s!\n", fileSpec.c_str());
|
||||
Base::Console().message("dxf unable to open %s!\n", fileSpec.c_str());
|
||||
}
|
||||
else {
|
||||
string line;
|
||||
|
||||
Reference in New Issue
Block a user