[gimp-help-2] Images Dialog: Explain the Delete command



commit 61bb90f1a610993e7c87fa3b412f1b7c631c508b
Author: SimaMoto,RyÅ?Ta <rsimamoto gnome org>
Date:   Mon Apr 12 05:49:55 2010 +0900

    Images Dialog: Explain the Delete command
    
     This command is useful for writing a script.

 src/dialogs/images-dialog.xml |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/src/dialogs/images-dialog.xml b/src/dialogs/images-dialog.xml
index 1873783..883c0e8 100644
--- a/src/dialogs/images-dialog.xml
+++ b/src/dialogs/images-dialog.xml
@@ -156,7 +156,16 @@
       <varlistentry>
         <term>Delete</term>
         <listitem>
-          <para>This button is not working.</para>
+          <para>
+            This command works only on a image which is loaded without any
+            window.  Though images can be opened by the New Window command,
+            if the image has been already loaded without window by a
+            primitive procedure command (such as
+            <function>gimp-image-new</function>,
+            <function>file-png-load</function>, etc.), it can not be
+            unloaded even if its windows are closed to the last.  Then use
+            this command to close it.
+          </para>
         </listitem>
       </varlistentry>
     </variablelist>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]