[gimp] pdb: remove a misplaced " from fileops.pdb
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] pdb: remove a misplaced " from fileops.pdb
- Date: Sat, 3 Jun 2017 16:13:29 +0000 (UTC)
commit c0c1225e9354fb157a0f7e497c97ee1e8e2a3b0b
Author: Michael Natterer <mitch gimp org>
Date: Sat Jun 3 18:12:50 2017 +0200
pdb: remove a misplaced " from fileops.pdb
app/pdb/fileops-cmds.c | 2 +-
tools/pdbgen/pdb/fileops.pdb | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/app/pdb/fileops-cmds.c b/app/pdb/fileops-cmds.c
index 5f3c6f2..ca0d166 100644
--- a/app/pdb/fileops-cmds.c
+++ b/app/pdb/fileops-cmds.c
@@ -633,7 +633,7 @@ register_fileops_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure,
"gimp-file-load",
"Loads an image file by invoking the right load handler.",
- "This procedure invokes the correct file load handler using magic if
possible, and falling back on the file's extension and/or prefix if not. The name of the file to load is
typically a full pathname, and the name entered is what the user actually typed before prepending a directory
path. The reason for this is that if the user types http://www.xcf/~gimp/ he wants to fetch a URL, and the
full pathname will not look like a URL.\"",
+ "This procedure invokes the correct file load handler using magic if
possible, and falling back on the file's extension and/or prefix if not. The name of the file to load is
typically a full pathname, and the name entered is what the user actually typed before prepending a directory
path. The reason for this is that if the user types http://www.xcf/~gimp/ he wants to fetch a URL, and the
full pathname will not look like a URL.",
"Josh MacDonald",
"Josh MacDonald",
"1997",
diff --git a/tools/pdbgen/pdb/fileops.pdb b/tools/pdbgen/pdb/fileops.pdb
index c3c7f50..240696d 100644
--- a/tools/pdbgen/pdb/fileops.pdb
+++ b/tools/pdbgen/pdb/fileops.pdb
@@ -26,7 +26,7 @@ and falling back on the file's extension and/or prefix if not. The name of
the file to load is typically a full pathname, and the name entered is what
the user actually typed before prepending a directory path. The reason for
this is that if the user types http://www.xcf/~gimp/ he wants to fetch a URL,
-and the full pathname will not look like a URL."
+and the full pathname will not look like a URL.
HELP
&josh_pdb_misc('1997');
@@ -602,7 +602,7 @@ HELP
{ name => 'procedure_name', type => 'string', non_empty => 1,
desc => "The name of the procedure to associate a MIME type with." },
{ name => 'mime_types', type => 'string',
- desc => "A comma-separated list of MIME types, such as \"image/jpeg\"." }
+ desc => 'A comma-separated list of MIME types, such as "image/jpeg".' }
);
%invoke = (
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]