Commit 63cf8c53 authored by CHARRAS's avatar CHARRAS

minor changes about hotkeys in onrightclick.cpp

parent 0a2ed094
No preview for this file type
This diff is collapsed.
......@@ -1129,7 +1129,7 @@ void MODULE::Display_Infos( WinEDA_DrawFrame* frame )
pos += 4;
msg = wxT( ".." );
if( IsLocked() )
msg[0] = 'F';
msg[0] = 'L';
if( m_ModuleStatus & MODULE_is_PLACED )
msg[1] = 'P';
Affiche_1_Parametre( frame, pos, _( "Stat" ), msg, MAGENTA );
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment