1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE sect2 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3                       "http://www.docbook.org/xml/4.3/docbookx.dtd">
4<!-- section history:
5  2007-10-23 j.h: no change for v2.4
6-->
7<sect2 id="gimp-file-quit">
8  <title>Quit</title>
9
10  <anchor id="gimp-file-quit-confirm"/>
11  <indexterm>
12    <primary>Quit GIMP</primary>
13  </indexterm>
14
15  <para>
16    The <guimenuitem>Quit</guimenuitem> command causes
17    <acronym>GIMP</acronym> to close all images and exit. If there
18    are any open images which contain unsaved changes (that is, they are
19    not marked as <quote>clean</quote>),
20    <acronym>GIMP</acronym> notifies you and displays a list of
21    the unsaved images. You can then choose which images you would
22    like to save, or you can cancel the command. Note
23    that if you have a large number of images open, or are using a
24    large part of the RAM on your system, it may take a little
25    while for everything to shut down.
26  </para>
27
28  <sect3>
29    <title>Activate Command</title>
30    <itemizedlist>
31      <listitem>
32        <para>
33          You can access this command from the image menubar through
34          <menuchoice>
35            <guimenu>File</guimenu>
36            <guimenuitem>Quit</guimenuitem>
37          </menuchoice>,
38        </para>
39      </listitem>
40      <listitem>
41        <para>
42          or by using the keyboard shortcut
43          <keycombo><keycap>Ctrl</keycap><keycap>Q</keycap></keycombo>.
44        </para>
45      </listitem>
46      <listitem>
47        <para>
48          For most systems on which the <acronym>GIMP</acronym> runs,
49          you can also execute it by clicking on a
50          <quote>Close</quote> button somewhere on the main image window's
51          titlebar.  The location and appearance of this button are
52          determined by the windowing system and the window manager.
53          Clicking on this button closes GIMP when no image is open.
54        </para>
55      </listitem>
56    </itemizedlist>
57  </sect3>
58</sect2>
59