Minor fix to tooltip and comment.
This commit is contained in:
parent
bd543f12b5
commit
53cd923305
|
@ -249,7 +249,7 @@ void EDA_BASE_FRAME::CommonSettingsChanged()
|
||||||
|
|
||||||
if( GetMenuBar() )
|
if( GetMenuBar() )
|
||||||
{
|
{
|
||||||
// For icons in menus & icon scaling
|
// For icons in menus, icon scaling & hotkeys
|
||||||
ReCreateMenuBar();
|
ReCreateMenuBar();
|
||||||
GetMenuBar()->Refresh();
|
GetMenuBar()->Refresh();
|
||||||
}
|
}
|
||||||
|
|
|
@ -143,7 +143,7 @@ void prepareViewMenu( wxMenu* aParentMenu )
|
||||||
text = AddHotkeyName( _( "&Leave Sheet" ), g_Schematic_Hokeys_Descr, HK_LEAVE_SHEET );
|
text = AddHotkeyName( _( "&Leave Sheet" ), g_Schematic_Hokeys_Descr, HK_LEAVE_SHEET );
|
||||||
AddMenuItem( aParentMenu,
|
AddMenuItem( aParentMenu,
|
||||||
ID_POPUP_SCH_LEAVE_SHEET, text,
|
ID_POPUP_SCH_LEAVE_SHEET, text,
|
||||||
_( "Leave Sheet" ),
|
_( "Return to parent schematic sheet" ),
|
||||||
KiBitmap( leave_sheet_xpm ) );
|
KiBitmap( leave_sheet_xpm ) );
|
||||||
|
|
||||||
aParentMenu->AppendSeparator();
|
aParentMenu->AppendSeparator();
|
||||||
|
|
Loading…
Reference in New Issue