Add separator to File Menu to separate the Exit option.
@@ -82,6 +82,7 @@
<MenuItem Header="_Save As..." InputGestureText="Ctrl+Shift+S"
Command="{Binding SaveDocumentCommand}" CommandParameter="AsNew" />
<MenuItem Header="_Export" InputGestureText="Ctrl+Shift+Alt+S" Command="{Binding ExportFileCommand}" />
+ <Separator />
<MenuItem Header="_Exit" Command="{x:Static SystemCommands.CloseWindowCommand}" />
</MenuItem>
<MenuItem Header="_Edit">