[gimp] app: fix various typos and missing commas.



commit 3c76796e11bcf4bc519f397fcbed97a727391727
Author: Jehan <jehan girinstud io>
Date:   Fri Jun 10 13:30:32 2016 +0200

    app: fix various typos and missing commas.

 app/actions/documents-actions.c |    2 +-
 app/actions/file-actions.c      |    4 ++--
 app/actions/text-tool-actions.c |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/app/actions/documents-actions.c b/app/actions/documents-actions.c
index f83dd95..5609ff0 100644
--- a/app/actions/documents-actions.c
+++ b/app/actions/documents-actions.c
@@ -78,7 +78,7 @@ static const GimpActionEntry documents_actions[] =
     G_CALLBACK (documents_remove_cmd_callback),
     GIMP_HELP_DOCUMENT_REMOVE },
 
-  { "documents-clear", GIMP_STOCK_SHRED
+  { "documents-clear", GIMP_STOCK_SHRED,
     NC_("documents-action", "_Clear History"), NULL,
     NC_("documents-action", "Clear the entire document history"),
     G_CALLBACK (documents_clear_cmd_callback),
diff --git a/app/actions/file-actions.c b/app/actions/file-actions.c
index 765f442..a9145af 100644
--- a/app/actions/file-actions.c
+++ b/app/actions/file-actions.c
@@ -108,13 +108,13 @@ static const GimpActionEntry file_actions[] =
     G_CALLBACK (file_close_all_cmd_callback),
     GIMP_HELP_FILE_CLOSE_ALL },
 
-  { "file-copy-location", GIMP_STOCK_CLIPBOARD
+  { "file-copy-location", GIMP_STOCK_CLIPBOARD,
     NC_("file-action", "Copy _Image Location"), NULL,
     NC_("file-action", "Copy image file location to clipboard"),
     G_CALLBACK (file_copy_location_cmd_callback),
     GIMP_HELP_FILE_COPY_LOCATION },
 
-  { "file-show-in-file-manager", GIMP_STOCK_FILE_MANAGER
+  { "file-show-in-file-manager", GIMP_STOCK_FILE_MANAGER,
     NC_("file-action", "Show in _File Manager"), "<primary><alt>F",
     NC_("file-action", "Show image file location in the file manager"),
     G_CALLBACK (file_show_in_file_manager_cmd_callback),
diff --git a/app/actions/text-tool-actions.c b/app/actions/text-tool-actions.c
index 0bb6f66..12e6eaa 100644
--- a/app/actions/text-tool-actions.c
+++ b/app/actions/text-tool-actions.c
@@ -79,7 +79,7 @@ static const GimpActionEntry text_tool_actions[] =
     G_CALLBACK (text_tool_load_cmd_callback),
     NULL },
 
-  { "text-tool-clear", GGIMP_STOCK_EDIT_CLEAR,
+  { "text-tool-clear", GIMP_STOCK_EDIT_CLEAR,
     NC_("text-tool-action", "Cl_ear"), NULL,
     NC_("text-tool-action", "Clear all text"),
     G_CALLBACK (text_tool_clear_cmd_callback),


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