summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPerberos <[email protected]>2011-11-24 15:18:12 -0300
committerPerberos <[email protected]>2011-11-24 15:18:12 -0300
commit3676895ea7d42631a3e1a1cec0882a473062afa8 (patch)
treed83e7bba4cc89fbe441ddded8c5152140517420f
parent584d672f069e58afe3252ef55f309de951078cf7 (diff)
downloadpluma-3676895ea7d42631a3e1a1cec0882a473062afa8.tar.bz2
pluma-3676895ea7d42631a3e1a1cec0882a473062afa8.tar.xz
removing extra spaces
-rwxr-xr-xpluma/pluma-commands-help.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/pluma/pluma-commands-help.c b/pluma/pluma-commands-help.c
index de925eb9..a2154247 100755
--- a/pluma/pluma-commands-help.c
+++ b/pluma/pluma-commands-help.c
@@ -83,15 +83,15 @@ void _pluma_cmd_help_about(GtkAction* action, PlumaWindow* window)
pluma_debug (DEBUG_COMMANDS);
- gtk_show_about_dialog (GTK_WINDOW (window),
- "program-name", "Pluma",
- "authors", authors,
- "comments", _(comments),
- "copyright", copyright,
- "documenters", documenters,
- "logo_icon_name", "accessories-text-editor",
- "translator-credits", _("translator-credits"),
- "version", VERSION,
- "website", "http://matsusoft.com.ar/projects/mate/",
- NULL);
+ gtk_show_about_dialog(GTK_WINDOW(window),
+ "program-name", "Pluma",
+ "authors", authors,
+ "comments", _(comments),
+ "copyright", copyright,
+ "documenters", documenters,
+ "logo_icon_name", "accessories-text-editor",
+ "translator-credits", _("translator-credits"),
+ "version", VERSION,
+ "website", "http://matsusoft.com.ar/projects/mate/",
+ NULL);
}