Merge pull request #1398 from larsbrubaker/master
Last changes to loged in drop down
This commit is contained in:
commit
c8bdb5b77c
2 changed files with 13 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ namespace MatterHackers.MatterControl
|
|||
{
|
||||
public class ApplicationMenuRow : FlowLayoutWidget
|
||||
{
|
||||
public delegate void AddRightElementDelegate(GuiWidget iconContainer);
|
||||
public delegate void AddRightElementDelegate(FlowLayoutWidget iconContainer);
|
||||
|
||||
public static event AddRightElementDelegate AddRightElement;
|
||||
|
||||
|
|
|
|||
|
|
@ -5431,3 +5431,15 @@ Translated:It appears your last print failed to complete.\n\nWould your like to
|
|||
English:Recover Last Print
|
||||
Translated:Recover Last Print
|
||||
|
||||
English:Disconnected
|
||||
Translated:Disconnected
|
||||
|
||||
English:Limited Connectivity
|
||||
Translated:Limited Connectivity
|
||||
|
||||
English:Connection Status
|
||||
Translated:Connection Status
|
||||
|
||||
English:Retry Login
|
||||
Translated:Retry Login
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue