tTranslate the help texts for sound files. - vaccinewars - be a doctor and try to vaccinate the world
 (HTM) git clone git://src.adamsgaard.dk/vaccinewars
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit ed0d3b244a57fd79f99ec9a5ac75bff184567981
 (DIR) parent 9918e1db7bd81607c915ab626ff744b39dff40d8
 (HTM) Author: Ben Webb <ben@salilab.org>
       Date:   Wed, 31 Jul 2002 12:26:44 +0000
       
       Translate the help texts for sound files.
       
       
       Diffstat:
         M src/gui_client/optdialog.c          |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/src/gui_client/optdialog.c b/src/gui_client/optdialog.c
       t@@ -676,7 +676,7 @@ static void FillSoundsList(GtkCList *clist)
            if (strlen(Globals[i].Name) > 7
                && strncmp(Globals[i].Name, "Sounds.", 7) == 0) {
              rowtext[0] = &Globals[i].Name[7];
       -      rowtext[1] = Globals[i].Help;
       +      rowtext[1] = _(Globals[i].Help);
              row = gtk_clist_append(clist, rowtext);
              gtk_clist_set_row_data(clist, row, GINT_TO_POINTER(i));
            }