Console: rename PascalCase named methods to camelCase
This commit is contained in:
@@ -56,7 +56,7 @@ PyMOD_INIT_FUNC(ImportGui)
|
||||
}
|
||||
|
||||
PyObject* mod = ImportGui::initModule();
|
||||
Base::Console().Log("Loading GUI of Import module... done\n");
|
||||
Base::Console().log("Loading GUI of Import module... done\n");
|
||||
|
||||
CreateImportCommands();
|
||||
ImportGui::Workbench::init();
|
||||
|
||||
Reference in New Issue
Block a user