diff src/amidi-plug/i_utils.c @ 1321:f0b81aeed25f

Thank you for your help, Giacomo. ;-)
author Stany HENRY <StrassBoy@gmail.com>
date Sat, 21 Jul 2007 07:46:47 +0200
parents 78861d8b86f2
children
line wrap: on
line diff
--- a/src/amidi-plug/i_utils.c	Fri Jul 20 23:37:53 2007 -0500
+++ b/src/amidi-plug/i_utils.c	Sat Jul 21 07:46:47 2007 +0200
@@ -65,12 +65,12 @@
   gtk_text_view_set_justification( GTK_TEXT_VIEW(info_textview) , GTK_JUSTIFY_LEFT );
   gtk_text_view_set_left_margin( GTK_TEXT_VIEW(info_textview) , 10 );
 
-  info_textbuffer_content = g_strjoin( NULL , "\nAMIDI-Plug " , AMIDIPLUG_VERSION ,
+  info_textbuffer_content = g_strjoin( NULL , _("\nAMIDI-Plug ") , AMIDIPLUG_VERSION ,
                                        _("\nmodular MIDI music player\n"
                                          "http://www.develia.org/projects.php?p=amidiplug\n\n"
-                                         "written by Giacomo Lozito\n") ,
-                                       "< james@develia.org >\n\n\n" ,
-                                       _("special thanks to...\n\n"
+                                         "written by Giacomo Lozito\n"
+                                         "< james@develia.org >\n\n\n"
+                                         "special thanks to...\n\n"
                                          "Clemens Ladisch and Jaroslav Kysela\n"
                                          "for their cool programs aplaymidi and amixer; those\n"
                                          "were really useful, along with alsa-lib docs, in order\n"