Make a debug message not translatable.
This commit is contained in:
parent
899fe08f20
commit
9d43817db8
|
@ -38,8 +38,7 @@ bool TOOL_EVT_UTILS::IsRotateToolEvt( const TOOL_EVENT& aEvt )
|
||||||
int TOOL_EVT_UTILS::GetEventRotationAngle( const PCB_BASE_EDIT_FRAME& aFrame,
|
int TOOL_EVT_UTILS::GetEventRotationAngle( const PCB_BASE_EDIT_FRAME& aFrame,
|
||||||
const TOOL_EVENT& aEvt )
|
const TOOL_EVENT& aEvt )
|
||||||
{
|
{
|
||||||
wxASSERT_MSG( IsRotateToolEvt( aEvt ),
|
wxASSERT_MSG( IsRotateToolEvt( aEvt ), "Expected rotation event" );
|
||||||
_( "Expected rotation event" ) );
|
|
||||||
|
|
||||||
const int rotAngle = aFrame.GetRotationAngle();
|
const int rotAngle = aFrame.GetRotationAngle();
|
||||||
const int angleMultiplier = aEvt.Parameter<intptr_t>();
|
const int angleMultiplier = aEvt.Parameter<intptr_t>();
|
||||||
|
|
Loading…
Reference in New Issue