SF.net SVN: geany-plugins:[204] trunk/geanysendmail/src/geanysendmail.c
frlan at users.sourceforge.net
frlan at xxxxx
Tue Oct 14 18:04:44 UTC 2008
Revision: 204
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=204&view=rev
Author: frlan
Date: 2008-10-14 18:04:44 +0000 (Tue, 14 Oct 2008)
Log Message:
-----------
GeanySendMail: Make another string translateable
Modified Paths:
--------------
trunk/geanysendmail/src/geanysendmail.c
Modified: trunk/geanysendmail/src/geanysendmail.c
===================================================================
--- trunk/geanysendmail/src/geanysendmail.c 2008-10-14 17:55:21 UTC (rev 203)
+++ trunk/geanysendmail/src/geanysendmail.c 2008-10-14 18:04:44 UTC (rev 204)
@@ -248,7 +248,7 @@
icon = gtk_image_new_from_pixbuf(mailbutton_pb);
g_object_unref(mailbutton_pb);
- mailbutton = (GtkWidget*) gtk_tool_button_new (icon, "Mail");
+ mailbutton = (GtkWidget*) gtk_tool_button_new (icon, _("Mail"));
p_plugin->add_toolbar_item(geany_plugin, GTK_TOOL_ITEM(mailbutton));
p_ui->add_document_sensitive(mailbutton);
g_signal_connect (G_OBJECT(mailbutton), "clicked", G_CALLBACK(send_as_attachment), NULL);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Plugins-Commits
mailing list