Console: rename PascalCase named methods to camelCase
This commit is contained in:
@@ -104,7 +104,7 @@ PyMOD_INIT_FUNC(FemGui)
|
||||
}
|
||||
|
||||
PyObject* mod = FemGui::initModule();
|
||||
Base::Console().Log("Loading GUI of Fem module... done\n");
|
||||
Base::Console().log("Loading GUI of Fem module... done\n");
|
||||
|
||||
// instantiating the commands
|
||||
CreateFemCommands();
|
||||
|
||||
Reference in New Issue
Block a user