Console: rename PascalCase named methods to camelCase
This commit is contained in:
@@ -93,7 +93,7 @@ void CmdTechDrawStackGroup::activated(int iMsg)
|
||||
execStackDown(this);
|
||||
break;
|
||||
default:
|
||||
Base::Console().Message("CMD::StackGrp - invalid iMsg: %d\n",iMsg);
|
||||
Base::Console().message("CMD::StackGrp - invalid iMsg: %d\n",iMsg);
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user