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