[grisbi-cvs] grisbi/src/plugins/openssl openssl.c,1.24,1.25
Pierre Biava
pbiava at users.sourceforge.net
Fri Nov 6 23:02:25 CET 2009
- Previous message: [grisbi-cvs] grisbi-web/news news.html.es, NONE, 1.1 news.xml, 1.114, 1.115
- Next message: [grisbi-cvs] grisbi/src gsb_currency.c, 1.43, 1.44 gsb_currency.h, 1.9, 1.10 gsb_form_transaction.c, 1.49, 1.50 gsb_real.c, 1.53, 1.54 gsb_real.h, 1.21, 1.22 help.c, 1.95, 1.96 import.c, 1.301, 1.302 main.c, 1.155, 1.156
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/grisbi/grisbi/src/plugins/openssl
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv19381
Modified Files:
openssl.c
Log Message:
bug fix minor formatting text
Index: openssl.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/plugins/openssl/openssl.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- openssl.c 6 Nov 2009 19:51:17 -0000 1.24
+++ openssl.c 6 Nov 2009 22:02:22 -0000 1.25
@@ -240,15 +240,15 @@
if ( encrypt )
gtk_label_set_markup ( GTK_LABEL (label),
- g_markup_printf_escaped (
- _( "%sPlease enter password to encrypt file\n'<span "
- "foreground=\"blue\">%s</span>'" ),
+ g_strdup_printf (
+ _( "%sPlease enter password to encrypt file\n<span "
+ "foreground=\"blue\">%s</span>" ),
additional_message, file_name ) );
else
gtk_label_set_markup ( GTK_LABEL (label),
- g_markup_printf_escaped (
- _( "%sPlease enter password to decrypt file\n'<span "
- "foreground=\"blue\">%s</span>'" ),
+ g_strdup_printf (
+ _( "%sPlease enter password to decrypt file\n<span "
+ "foreground=\"blue\">%s</span>" ),
additional_message, file_name ) );
gtk_box_pack_start ( GTK_BOX ( vbox ), label, FALSE, FALSE, 6 );
- Previous message: [grisbi-cvs] grisbi-web/news news.html.es, NONE, 1.1 news.xml, 1.114, 1.115
- Next message: [grisbi-cvs] grisbi/src gsb_currency.c, 1.43, 1.44 gsb_currency.h, 1.9, 1.10 gsb_form_transaction.c, 1.49, 1.50 gsb_real.c, 1.53, 1.54 gsb_real.h, 1.21, 1.22 help.c, 1.95, 1.96 import.c, 1.301, 1.302 main.c, 1.155, 1.156
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs
mailing list