Console: rename PascalCase named methods to camelCase
This commit is contained in:
@@ -212,7 +212,7 @@ void CmdSpreadsheetImport::activated(int iMsg)
|
||||
sheet->execute();
|
||||
}
|
||||
else {
|
||||
Base::Console().Error(errMsg.c_str());
|
||||
Base::Console().error(errMsg.c_str());
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user