[geany/geany-plugins] 17105b: GeanySendMail: Remove useless \ before %
Colomban Wendling
git-noreply at xxxxx
Sun Jul 8 18:05:48 UTC 2012
Branch: refs/heads/master
Author: Colomban Wendling <ban at herbesfolles.org>
Committer: Colomban Wendling <ban at herbesfolles.org>
Date: Sun, 08 Jul 2012 18:05:48
Commit: 17105b17532f159f0f5cf8636e9d09de0f7d714b
https://github.com/geany/geany-plugins/commit/17105b17532f159f0f5cf8636e9d09de0f7d714b
Log Message:
-----------
GeanySendMail: Remove useless \ before %
Modified Paths:
--------------
geanysendmail/src/geanysendmail.c
Modified: geanysendmail/src/geanysendmail.c
10 files changed, 5 insertions(+), 5 deletions(-)
===================================================================
@@ -313,12 +313,12 @@ GtkWidget *plugin_configure(GtkDialog *dialog)
if (mailer != NULL)
gtk_entry_set_text(GTK_ENTRY(pref_widgets.entry), mailer);
- label2 = gtk_label_new(_("Note: \n\t\%f will be replaced by your file."\
- "\n\t\%r will be replaced by recipient's email address."\
- "\n\t\%b will be replaced by basename of a file"\
+ label2 = gtk_label_new(_("Note: \n\t%f will be replaced by your file."\
+ "\n\t%r will be replaced by recipient's email address."\
+ "\n\t%b will be replaced by basename of a file"\
"\n\tExamples:"\
- "\n\tsylpheed --attach \"\%f\" --compose \"\%r\""\
- "\n\tmutt -s \"Sending \'\%b\'\" -a \"\%f\" \"\%r\""));
+ "\n\tsylpheed --attach \"%f\" --compose \"%r\""\
+ "\n\tmutt -s \"Sending \'%b\'\" -a \"%f\" \"%r\""));
gtk_label_set_selectable(GTK_LABEL(label2), TRUE);
gtk_widget_show(label2);
gtk_misc_set_alignment(GTK_MISC(label2), 0, 0.5);
@@ Diff output truncated at 100000 characters. @@
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).
More information about the Plugins-Commits
mailing list