quit gui on microm8 stop

This commit is contained in:
April Ayres-Griffiths 2019-04-18 16:25:44 +10:00
parent 645f4a55dc
commit 41946ba7e5
6 changed files with 4 additions and 7 deletions

View File

@ -6319,7 +6319,7 @@ object GUIForm: TGUIForm
OnClick = miVideoScreenshotClick
end
object miCopyText: TMenuItem
Caption = 'Copy Text Screen'
Caption = 'Text Screen to Clipboard'
OnClick = miCopyTextClick
end
object N13: TMenuItem

View File

@ -6319,7 +6319,7 @@ object GUIForm: TGUIForm
OnClick = miVideoScreenshotClick
end
object miCopyText: TMenuItem
Caption = 'Copy Text Screen'
Caption = 'Text Screen to Clipboard'
OnClick = miCopyTextClick
end
object N13: TMenuItem

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -3288,11 +3288,8 @@ begin
exit;
if MicroM8Process.Active then
exit;
{ okay not running and we want to start it }
MicroM8Process.Active := true;
Sleep(1000);
lx := -1;
ReposWindow;
{ okay not running and we want to quit }
Application.Terminate;
end;
end.